feat(lstv2 move): moved lstv2 into this app to keep them combined and easier to maintain
This commit is contained in:
8
lstV2/server/globalUtils/routeDefs/options.ts
Normal file
8
lstV2/server/globalUtils/routeDefs/options.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export const apiOptions = () => {
|
||||
return {
|
||||
tags: ["rfid"],
|
||||
summary: "Add new reader",
|
||||
method: "post",
|
||||
path: "/addreader",
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user