This commit is contained in:
root
2023-05-24 16:55:56 +07:00
parent fff9b7cb18
commit d999d86959
22 changed files with 979 additions and 139 deletions

View File

@@ -2,6 +2,6 @@ GENERATE_SOURCEMAP=false
PORT=8083
REACT_APP_HOST_API_URL="http://localhost:8001"
REACT_APP_HOST_API_URL="http://localhost:8000"
VITE_API_URL="http://localhost:8001/api/client"
VITE_API_URL="http://localhost:8000/api/client"