Skip to content

Instantly share code, notes, and snippets.

@Alzanari
Alzanari / index.ts
Created July 10, 2023 20:28
helmet issues
import express from "express";
import * as bodyParser from "body-parser";
// @ts-ignore
import * as helmet from "helmet";
import { AppDataSource } from "./data-source";
// Import API Routes
import routes from "./routes";
// Use Enviroment Variables