chore: implement /pay/getSkuCatalog.php #706

Merged
Sainan merged 2 commits from sku-catalog into main 2025-01-04 17:44:02 -08:00
2 changed files with 3858 additions and 1 deletions
Showing only changes of commit 58e116c584 - Show all commits

View File

@ -1,5 +1,5 @@
import { RequestHandler } from "express"; import { RequestHandler } from "express";
export const getSkuCatalogController: RequestHandler = (_req, res) => { export const getSkuCatalogController: RequestHandler = (_req, res) => {
res.sendStatus(404); res.sendFile("static/fixed_responses/getSkuCatalog.json", { root: "./" });
}; };

File diff suppressed because it is too large Load Diff