mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -04:00
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:
parent
a7c3d06216
commit
9747ea209c
5 changed files with 833 additions and 1 deletions
|
@ -76,8 +76,9 @@ const routes: Routes = [
|
|||
LoggerModule,
|
||||
MediaModule,
|
||||
AuthModule,
|
||||
FrontendConfigModule,
|
||||
],
|
||||
controllers: [],
|
||||
providers: [],
|
||||
providers: [FrontendConfigService],
|
||||
})
|
||||
export class AppModule {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue