Update bae url
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m19s
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m19s
This commit is contained in:
parent
76650e3068
commit
2e54e77aee
@ -44,7 +44,7 @@ export default class Auth extends BaseApiService {
|
||||
const variables = FrontendVariables.getInstance();
|
||||
|
||||
// TODO: review
|
||||
const baseBackUrl = 'http://lecoffre-back:8080'//variables.BACK_API_PROTOCOL + variables.BACK_API_HOST;
|
||||
const baseBackUrl = 'http://local.lecoffreio.4nkweb:8080'//variables.BACK_API_PROTOCOL + variables.BACK_API_HOST;
|
||||
|
||||
const url = new URL(`${baseBackUrl}/api/v1/idnot/user/${autorizationCode}`);
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user