add form create inquiryPrivacyFencing

This commit is contained in:
Amirhossein Mahmoodi
2024-07-13 14:02:55 +03:30
parent 5183fddcdf
commit 7d864ccf6b
4 changed files with 33 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
const api = process.env.NEXT_PUBLIC_API_URL;
export const GET_CSRF = api + "/csrf";
export const GET_USER_ROUTE = api + "/webapi/user/get-permission";
export const GET_LOGIN_ROUTE = api + "/login_dev";