model OrgGroup
This commit is contained in:
parent
3c64d6b790
commit
89e68e5970
9 changed files with 655 additions and 3 deletions
|
|
@ -4,8 +4,8 @@ import cors from "cors";
|
|||
import express from "express";
|
||||
import swaggerUi from "swagger-ui-express";
|
||||
import swaggerDocument from "./swagger.json";
|
||||
import database from "./database/data-source";
|
||||
import error from "./middlewares/error";
|
||||
import { database } from "./database/data-source";
|
||||
import { RegisterRoutes } from "./routes";
|
||||
|
||||
async function main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue