generated from lucien/api-template
add: added register page
This commit is contained in:
parent
92f0f90e14
commit
0a05039b8b
2 changed files with 26 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
const express = require('express');
|
||||
const { getConnection, getUserAccounts } = require('../libs/mysql');
|
||||
const { getConnection } = require('../libs/mysql');
|
||||
const { checkAuth } = require('../libs/middlewares');
|
||||
|
||||
const router = express.Router();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue