Update port
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m53s
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m53s
This commit is contained in:
parent
07f18fccc5
commit
a200bb2eb0
@ -44,7 +44,7 @@ export default class Auth extends BaseApiService {
|
|||||||
// const variables = FrontendVariables.getInstance();
|
// const variables = FrontendVariables.getInstance();
|
||||||
|
|
||||||
// TODO: review
|
// TODO: review
|
||||||
const baseBackUrl = 'http://localhost:3001';//variables.BACK_API_PROTOCOL + variables.BACK_API_HOST;
|
const baseBackUrl = 'http://localhost:8080';//variables.BACK_API_PROTOCOL + variables.BACK_API_HOST;
|
||||||
|
|
||||||
const url = new URL(`${baseBackUrl}/api/v1/idnot/user/${autorizationCode}`);
|
const url = new URL(`${baseBackUrl}/api/v1/idnot/user/${autorizationCode}`);
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user