Inventory Infrastructure and Example for Suits #10
@ -1,7 +1,7 @@
|
||||
import { RequestHandler } from "express";
|
||||
|
||||
const getNewRewardSeedController: RequestHandler = (_req, res) => {
|
||||
res.sendStatus(200);
|
||||
res.json({ rewardSeed: 5867309943877621023 });
|
||||
};
|
||||
|
||||
export { getNewRewardSeedController };
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { RequestHandler } from "express";
|
||||
|
||||
const hostSessionController: RequestHandler = (_req, res) => {
|
||||
res.json({ sessionId: { $oid: "64777916e794cfc5abdd69ea" }, rewardSeed: -1492798783199571432 });
|
||||
res.json({ sessionId: { $oid: "64768f104722f795300c9fc0" }, rewardSeed: 5867309943877621023 });
|
||||
};
|
||||
|
||||
export { hostSessionController };
|
||||
|
Loading…
x
Reference in New Issue
Block a user