ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.pagesetup / io.ktor.routing.Route

Extensions for io.ktor.routing.Route

Name Summary
pageSetup This route is used by the frontend to load the correct UI pages. It also serves as the endpoint to get the current number of open tasks per page where applicablefun Route.pageSetup(applicationConfig: ApplicationConfig, userDAO: UserDAO, projectDAO: ProjectDAO, documentDAO: DocumentDAO, messageDAO: MessageDAO): Unit