test(api): testing api options to reduce the code as we keep repeating same functions

This commit is contained in:
2025-03-16 15:34:14 -05:00
parent 04a607d3bc
commit 7432decd3c

View File

@@ -0,0 +1,8 @@
export const apiOptions = () => {
return {
tags: ["rfid"],
summary: "Add new reader",
method: "post",
path: "/addreader",
};
};