interaction with back

This commit is contained in:
2023-07-11 17:17:45 +03:30
parent 936740cad4
commit c0220a114f
4 changed files with 27 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
const BASE_URL = process.env.NEXT_PUBLIC_BASE_URL;
//login
export const GET_USER_TOKEN = BASE_URL + "/dashboard/login";
//end login