Fix: api config: clear code

### No Issue
This commit is contained in:
2025-08-22 17:34:29 +08:00
parent ebcf16efba
commit df5313a243

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) => {