Skip to content
Snippets Groups Projects

Resolve "Backend: Profil entitet"

Merged Martin Immanuel Burgos requested to merge 7-backend-profil-entitet into master
11 files
+ 164
12
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 0
1
@@ -2,7 +2,6 @@ import express, { Application } from 'express';
import routes from "./routes/routes";
import bodyParser from 'body-parser';
import cors from 'cors';
import mysql from 'mysql2';
// Boot express
const app: Application = express();
Loading