mirror of
https://github.com/franjsco/tick3t-api
synced 2025-06-05 22:09:20 +02:00
add route: PrivateUsers
This commit is contained in:
parent
7de6a4eb08
commit
35bf29d27d
9
src/routes/PrivateUsers.js
Normal file
9
src/routes/PrivateUsers.js
Normal file
@ -0,0 +1,9 @@
|
||||
import express from 'express';
|
||||
|
||||
import { changePassword } from '../controllers/user';
|
||||
|
||||
const router = express.Router();
|
||||
|
||||
router.post('/changePassword', changePassword);
|
||||
|
||||
export default router;
|
Loading…
x
Reference in New Issue
Block a user