feat: add a server for querying notes

This commit is contained in:
Julien Calixte
2026-02-09 11:53:49 +01:00
parent d677ed24c3
commit 55699f0727
5 changed files with 10 additions and 112 deletions

View File

@@ -10,4 +10,4 @@ const app = new Application();
app.use(router.routes());
app.use(router.allowedMethods());
app.listen();
app.listen({port: 8080});