Do not point to localhost
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ClientConfig } from '../interfaces/client-config.model';
|
||||
|
||||
const ENDPOINT = `http://localhost:8080/api/config`;
|
||||
const ENDPOINT = `/api/config`;
|
||||
|
||||
class ClientConfigService {
|
||||
public static async getConfig(): Promise<ClientConfig> {
|
||||
|
||||
Reference in New Issue
Block a user