Table Component Alarm Center

This commit is contained in:
pajri
2023-05-05 17:02:40 +07:00
parent 49f3a8558d
commit c8b06f67d1
2 changed files with 268 additions and 255 deletions

View File

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