Update to have a configuration file out of the
app bundle.
This commit is contained in:
4
Front/skydivelogs-app/src/models/app-settings.ts
Normal file
4
Front/skydivelogs-app/src/models/app-settings.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface IAppSettings {
|
||||
apiUrl: string;
|
||||
version: string;
|
||||
}
|
||||
Reference in New Issue
Block a user