-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
The backend address (for auth and api routes) in the frontend (see lines below) should be configurable. These should be set to an externally accessible address that the user's browser, running the frontend, can access in order to log in.
gin-proc/front-end/nuxt.config.js
Line 49 in 9690416
| baseURL: 'http://localhost:8000/auth' |
gin-proc/front-end/pages/index.vue
Line 163 in 9690416
| var API = "http://127.0.0.1:8000/api" |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels