feat: implement user management routes and add settings endpoint to API server

This commit is contained in:
Giuseppe Raffa
2026-04-04 18:46:31 +02:00
parent 3efed93cbb
commit 0f511c2cf9
4 changed files with 126 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
// api.mebboat.it/settings
const express = require('express');
const router = express.Router();
module.exports = router