Operational Endpoints for Admin, Products, Assignments, Location, Vendor, Venue completed. Geofence Testing PEnding
This commit is contained in:
@@ -8,6 +8,8 @@ import location from "./location.js";
|
||||
import assignment from "./assignment.js";
|
||||
import partner from "./partner.js";
|
||||
import venue from "./venue.js";
|
||||
import product from "./product.js";
|
||||
import vendor from "./vendor.js";
|
||||
|
||||
const GENERAL_CONFIG = {
|
||||
openapi: "3.0.1",
|
||||
@@ -53,6 +55,8 @@ let paths = {
|
||||
...assignment,
|
||||
...partner,
|
||||
...venue,
|
||||
...product,
|
||||
...vendor,
|
||||
};
|
||||
|
||||
const getSwaggerDocument = () => {
|
||||
|
||||
Reference in New Issue
Block a user