working on uploading image

This commit is contained in:
2024-08-20 16:19:39 +03:30
parent 83bfec0d55
commit 9d9b5838c4
4 changed files with 142 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
const api = process.env.NEXT_PUBLIC_API_URL;
export const GET_USER_ROUTE = api + "/webapi/user/get-permission";
export const GET_USER_ROUTE = api + "/api/v3/profile/info";
export const GET_LOGIN_ROUTE = api + "/login_dev";
export const GET_INQUIRY_PRIVACY_FENCING_ROUTE = api + "/api/v3/harim/divarkeshi";
export const GET_PERMISSIONS_ROUTE = api + "/webapi/user/get-permission";