mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 11:43:59 -05:00
PrivateApi: Serve under /api/private
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
1edc0d87c5
commit
bf13668548
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