imported bodyparser

ref #4
This commit is contained in:
Nicolai Ort 2020-11-25 18:16:20 +01:00
parent 4ba021935c
commit e3883fecbd
1 changed files with 1 additions and 1 deletions

View File

@ -3,8 +3,8 @@ import express from 'express';
import consola from 'consola';
import * as jwt from 'jsonwebtoken';
import { createConnection } from 'typeorm';
import bodyparser from "body-parser";
import 'reflect-metadata';
import { router as routerMain } from './routes/index';
import routerMain from './routes/index';
// const loaders = require('./loaders');
import * as loaders from './loaders/index';