mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-28 17:24:13 -05:00
Start work on new web display
This commit is contained in:
7
WebDisplay/src/environment.ts
Normal file
7
WebDisplay/src/environment.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import config from './config.json';
|
||||
|
||||
export default class Environment {
|
||||
public static getUrlPrefix(): string {
|
||||
return config.API_PREFIX;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user