mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 16:13:06 +00:00
feat(data): use data provider for list and detail view
This commit is contained in:
@@ -35,7 +35,7 @@ export class DataProvider {
|
||||
private _storagePrefix: string = 'stapps.data';
|
||||
// @TODO: get backendUrl and appVersion and storagePrefix from config (module)
|
||||
appVersion: string = '1.0.6';
|
||||
backendUrl: string = 'https://stappsbe01.innocampus.tu-berlin.de';
|
||||
backendUrl: string = 'http://localhost:3000';
|
||||
client: Client;
|
||||
storageProvider: StorageProvider;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user