Skip to content
Snippets Groups Projects
Verified Commit f2effa2e authored by Lukas Maximilian Kimpel's avatar Lukas Maximilian Kimpel
Browse files

Remove in-memory-data service

parent 2d1b82e5
Branches
Tags
No related merge requests found
...@@ -23,7 +23,8 @@ export class AuthenticationService { ...@@ -23,7 +23,8 @@ export class AuthenticationService {
guest : '/guest' guest : '/guest'
}; };
private httpOptions = { private httpOptions = {
headers: new HttpHeaders({}) headers: new HttpHeaders({
})
}; };
constructor(private dataStoreService: DataStoreService, constructor(private dataStoreService: DataStoreService,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment