mirror of
https://github.com/sasjs/server.git
synced 2026-01-08 23:10:05 +00:00
test(auth): added for authorize + token
This commit is contained in:
@@ -6,9 +6,10 @@ import { InfoJWT } from '../../types'
|
||||
import driveRouter from './drive'
|
||||
import stpRouter from './stp'
|
||||
import userRouter from './user'
|
||||
import authRouter, { connectDB } from './auth'
|
||||
|
||||
dotenv.config()
|
||||
import authRouter from './auth'
|
||||
connectDB()
|
||||
|
||||
const router = express.Router()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user