refactor: reorganize auth routes by separating view and API endpoints. Added some layer security to the most private apis
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// api.mebboat.it/users
|
||||
// api.mebboat.it/api/users
|
||||
|
||||
const router = require('express').Router();
|
||||
const { query } = require('../storage/database');
|
||||
|
||||
Reference in New Issue
Block a user