hit thumbs up and subscribe
This commit is contained in:
parent
a4cd721a6a
commit
c929a56d2b
@ -1,7 +1,8 @@
|
|||||||
import { RequestHandler } from "express";
|
import { RequestHandler } from "express";
|
||||||
|
import aggregateSessions from "@/static/fixed_responses/aggregateSessions.json";
|
||||||
|
|
||||||
const aggregateSessionsController: RequestHandler = (_req, res) => {
|
const aggregateSessionsController: RequestHandler = (_req, res) => {
|
||||||
res.json({});
|
res.json(aggregateSessions);
|
||||||
};
|
};
|
||||||
|
|
||||||
export { aggregateSessionsController };
|
export { aggregateSessionsController };
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import { Inventory } from "../models/inventoryModel";
|
import { Inventory } from "../models/inventoryModel";
|
||||||
import new_inventory from "@/static/fixed_responses/new_inventory.json";
|
import new_inventory from "@/static/fixed_responses/postTutorialInventory.json";
|
||||||
import config from "@/config.json";
|
import config from "@/config.json";
|
||||||
import { Types } from "mongoose";
|
import { Types } from "mongoose";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user