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.
|
baseURL: 'http://localhost:8000/auth' |
|
var API = "http://127.0.0.1:8000/api" |
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
gin-proc/front-end/pages/index.vue
Line 163 in 9690416