server-ts: Port routes/routes

This commit is contained in:
Elian Doran
2024-04-11 23:00:24 +03:00
parent 4638351ec8
commit dededcd303
7 changed files with 100 additions and 92 deletions

View File

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