creating convo working with content type stupid thing
This commit is contained in:
@@ -12,6 +12,7 @@ import getUserRoutes from "./routes/user";
|
||||
const app = express();
|
||||
|
||||
app.use(cors());
|
||||
app.use(express.json());
|
||||
|
||||
app.use((req: Request, res: Response, next: NextFunction) => {
|
||||
console.log("Time: ", Date.now());
|
||||
|
||||
Reference in New Issue
Block a user