Skip to content

Commit

Permalink
Refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyendacthienngan committed Dec 26, 2021
1 parent 8584661 commit 0fdbc33
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions routes/auth.route.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
const express = require('express');
const jwt = require('jsonwebtoken');
const bcrypt = require('bcryptjs');
const router = express.Router();
const User = require('../models/user');
const userController = require('../controllers/users.controller');

router.post('/register', userController.createUser);
Expand Down

0 comments on commit 0fdbc33

Please sign in to comment.