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

@@ -229,7 +229,7 @@ function findNotesByUrl(req: Request){
}
}
module.exports = {
export = {
createNote,
addClipping,
openNote,