Skip to content

Commit

Permalink
Api url changed
Browse files Browse the repository at this point in the history
  • Loading branch information
pwiorek committed Jan 25, 2021
1 parent 9fa6e72 commit 48eb163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { Injectable } from '@angular/core';

@Injectable()
export class Globals {
BASE_URL = 'http://localhost:8080/api/v1';
BASE_URL = 'https://queapi.jupw.net/api/v1';
VERSION = '1.0.0';
}

0 comments on commit 48eb163

Please sign in to comment.