Initial Changes

This commit is contained in:
2025-03-01 15:29:32 +05:30
parent 12caeee710
commit e4d8b2cf58
20 changed files with 330 additions and 175 deletions

View File

@@ -20,4 +20,10 @@ authAxios.interceptors.request.use(
}
);
export const serAxios = axios.create({
baseURL: backendUrl,
});
export default authAxios;