mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 23:24:46 -04: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',
|
path: '/api/v2',
|
||||||
module: PublicApiModule,
|
module: PublicApiModule,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/api/private',
|
||||||
|
module: PrivateApiModule,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
@Module({
|
@Module({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue