location controller updated with heading and created new models and controllers for remaining modules
This commit is contained in:
@@ -4,7 +4,10 @@ import upload from "./upload.js";
|
||||
import user from "./user.js";
|
||||
import profile from "./profile.js";
|
||||
import admin from "./admin.js";
|
||||
import location from "./location.js"
|
||||
import location from "./location.js";
|
||||
import assignment from "./assignment.js";
|
||||
import partner from "./partner.js";
|
||||
import venue from "./venue.js";
|
||||
|
||||
const GENERAL_CONFIG = {
|
||||
openapi: "3.0.1",
|
||||
@@ -47,6 +50,9 @@ let paths = {
|
||||
...location,
|
||||
...upload,
|
||||
...admin,
|
||||
...assignment,
|
||||
...partner,
|
||||
...venue,
|
||||
};
|
||||
|
||||
const getSwaggerDocument = () => {
|
||||
|
||||
Reference in New Issue
Block a user