refactor: reorganize auth routes by separating view and API endpoints. Added some layer security to the most private apis

This commit is contained in:
Giuseppe Raffa
2026-04-04 19:21:12 +02:00
parent dd19b33f35
commit 07673586c2
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
// api.mebboat.it/users
// api.mebboat.it/api/users
const router = require('express').Router();
const { query } = require('../storage/database');