This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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 |