You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export SWAGGER_ENABLED=true # Linux / macOS$Env:SWAGGER_ENABLED = "true"# Windows (Powershell)set SWAGGER_ENABLED=true # Windows (CMD)
Enable Offline mode:
export TMSAPI_OFFLINE=true # Linux / macOS$Env:TMSAPI_OFFLINE = "true"# Windows (Powershell)set TMSAPI_OFFLINE=true # Windows (CMD)
Enable Debugging:
export DEBUG=true # Linux / macOS$Env:DEBUG = "true"# Windows (Powershell)set DEBUG=true # Windows (CMD)
# Change host address for your deployment
/src/Api.ts (Line 1)
+ When offline mode is enabled, no request is being made to root server.- You need to have the proxy server running!
About
An alternative Student Portal for Baku Engineering University. React | MaterialUI 6 | Flask