mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-27 12:08:02 -05:00
PrivateApi: Serve under /api/private
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
87e0ca54e1
commit
526ee6e506
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ const routes: Routes = [
|
|||
path: '/api/v2',
|
||||
module: PublicApiModule,
|
||||
},
|
||||
{
|
||||
path: '/api/private',
|
||||
module: PrivateApiModule,
|
||||
},
|
||||
];
|
||||
|
||||
@Module({
|
||||
|
|
Loading…
Reference in a new issue