formatting
This commit is contained in:
parent
63635956ce
commit
f7d7f5e75f
@ -1,6 +1,6 @@
|
||||
import {createConnection} from "typeorm";
|
||||
import { createConnection } from "typeorm";
|
||||
|
||||
export default async ()=> {
|
||||
export default async () => {
|
||||
const connection = await createConnection();
|
||||
connection.synchronize();
|
||||
return connection;
|
||||
|
@ -1,4 +1,4 @@
|
||||
import {Application} from "express";
|
||||
import { Application } from "express";
|
||||
import bodyParser from 'body-parser';
|
||||
import cors from 'cors';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user