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

@@ -55,6 +55,6 @@ function exportBranch(req: Request, res: Response) {
}
}
module.exports = {
export = {
exportBranch
};