FrontendConfig: Add new service

This service handles the config for the frontend.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-03-01 21:16:01 +01:00 committed by David Mehren
parent a7c3d06216
commit 9747ea209c
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
5 changed files with 833 additions and 1 deletions

View file

@ -76,8 +76,9 @@ const routes: Routes = [
LoggerModule,
MediaModule,
AuthModule,
FrontendConfigModule,
],
controllers: [],
providers: [],
providers: [FrontendConfigService],
})
export class AppModule {}