Integrated the ArchiveController controller into the router inside the "router(logger: )" private function of the AppBuilder builder in the library target.
This commit is contained in:
parent
ac99447836
commit
16712821d8
@ -79,6 +79,8 @@ private extension AppBuilder {
|
||||
DocCMiddleware(archivesFolder)
|
||||
}
|
||||
|
||||
ArchiveController().register(to: router)
|
||||
|
||||
return router
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user