Update port
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m17s
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 2m17s
This commit is contained in:
parent
2e54e77aee
commit
4e8dbcbf17
@ -44,7 +44,7 @@ export default class Auth extends BaseApiService {
|
||||
const variables = FrontendVariables.getInstance();
|
||||
|
||||
// TODO: review
|
||||
const baseBackUrl = 'http://local.lecoffreio.4nkweb:8080'//variables.BACK_API_PROTOCOL + variables.BACK_API_HOST;
|
||||
const baseBackUrl = 'http://local.lecoffreio.4nkweb:3001'//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