feat(apihits): so i can see if what end points are being used and when and how often
This commit is contained in:
@@ -85,7 +85,7 @@ app.openapi(
|
||||
try {
|
||||
const data = await c.req.json();
|
||||
apiHit(c, {
|
||||
endpoint: "api/ocme/postRunningNumber",
|
||||
endpoint: "/postRunningNumber",
|
||||
lastBody: data,
|
||||
});
|
||||
const postPallet: any = await postLabelData(data);
|
||||
|
||||
Reference in New Issue
Block a user