Updated API launch messages

This commit is contained in:
Alexis
2021-08-18 17:48:24 +02:00
parent bf0a19fa45
commit e84ff967a7
3 changed files with 47 additions and 19 deletions

View File

@@ -6,8 +6,6 @@
import * as dotenv from 'dotenv'
dotenv.config();
// Packages
// TypeORM
import "reflect-metadata";
@@ -23,8 +21,8 @@ import { SpellRouter } from './routes/SpellRouter';
const apiPort = process.env.API_PORT
const api = new AuracleApi({
port: apiPort,
database: AuracleDatabaseDriver,
port: apiPort,
middlewares: [],
routers: [