chore: add proper response for getSkuCatalog
This commit is contained in:
parent
484025de30
commit
58e116c584
@ -1,5 +1,5 @@
|
||||
import { RequestHandler } from "express";
|
||||
|
||||
export const getSkuCatalogController: RequestHandler = (_req, res) => {
|
||||
res.sendStatus(404);
|
||||
res.sendFile("static/fixed_responses/getSkuCatalog.json", { root: "./" });
|
||||
};
|
||||
|
3857
static/fixed_responses/getSkuCatalog.json
Normal file
3857
static/fixed_responses/getSkuCatalog.json
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user