Merge pull request #48 from TriliumNext/feature/typescript_backend_11

Convert backend to TypeScript (89% -> 92%, final)
This commit is contained in:
Elian Doran
2024-04-20 09:37:19 +03:00
committed by GitHub
12 changed files with 216 additions and 137 deletions

View File

@@ -103,6 +103,6 @@ function register(router: Router) {
});
}
module.exports = {
export = {
register
};