mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-21 10:45:20 -04:00
used the new named AuthRouter in app.ts
Signed-off-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
5c49f42067
commit
395d9c671b
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
import { AuthRouter } from './auth'
|
||||
import { BaseRouter } from './baseRouter'
|
||||
import { HistoryRouter } from './historyRouter'
|
||||
import { ImageRouter } from './imageRouter'
|
||||
|
@ -5,4 +6,4 @@ import { NoteRouter } from './note/router'
|
|||
import { StatusRouter } from './statusRouter'
|
||||
import { UserRouter } from './userRouter'
|
||||
|
||||
export { BaseRouter, HistoryRouter, ImageRouter, NoteRouter, StatusRouter, UserRouter }
|
||||
export { AuthRouter, BaseRouter, HistoryRouter, ImageRouter, NoteRouter, StatusRouter, UserRouter }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue