feat(desktop): implement backend wrapper auth

This commit is contained in:
Gusram
2024-05-30 22:53:59 +08:00
parent f8ac6dfeb1
commit 4156551b24
9 changed files with 402 additions and 5 deletions

View File

@@ -47,6 +47,7 @@ RATE_LIMIT_MAX=100 # Max requests per IP
# Base URLs
VITE_BACKEND_LOGIN_API_URL=http://localhost:5444
VITE_BASE_URL=http://localhost:3000
VITE_SHORTCODE_BASE_URL=http://localhost:3000
VITE_ADMIN_URL=http://localhost:3100