New repo mobile after delete ! #1

Merged
bagasbanuna merged 233 commits from api/24-oct-25 into main 2025-10-27 11:32:16 +08:00
479 changed files with 39330 additions and 1071 deletions
Showing only changes of commit df5313a243 - Show all commits

View File

@@ -7,14 +7,6 @@ export const apiConfig: AxiosInstance = axios.create({
baseURL: API_BASE_URL,
});
// Endpoint yang TIDAK butuh token
// const PUBLIC_ROUTES = [
// // "/version",
// "/auth/send-otp",
// "/auth/verify-otp",
// "/auth/register",
// "/auth/logout", // opsional, tergantung kebutuhan
// ];
apiConfig.interceptors.request.use(
async (config) => {