diff --git a/src/app/globals.ts b/src/app/globals.ts index 786f679..5b0b85a 100644 --- a/src/app/globals.ts +++ b/src/app/globals.ts @@ -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'; } \ No newline at end of file