Skip to content
Snippets Groups Projects
Commit fa81f707 authored by Milan Boháček's avatar Milan Boháček :vulcan:
Browse files

Update backend restapi port

parent 733c86f0
No related branches found
No related tags found
No related merge requests found
Pipeline #608470 passed
// src/environments/environment.ts
// used when we run `ng serve` or `ng build`
export const environment = {
restApiUrl: 'http://localhost:8000/api/v1'
restApiUrl: 'http://localhost:8003/api/v1'
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment