First unchecked draft for tags
This commit is contained in:
parent
f936e84168
commit
70b132dc6f
51 changed files with 494 additions and 69 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import jwt from "jsonwebtoken";
|
||||
import bcrypt from "bcrypt";
|
||||
import dotenv from "dotenv";
|
||||
import { AuthPayload } from "../dtos/AuthPayload.js";
|
||||
import { AuthPayload } from "../api/dtos/AuthPayload.js";
|
||||
|
||||
dotenv.config();
|
||||
const { JWT_SECRET = "" } = process.env;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue