5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
const test = (gpio: string ) => {
|
|
fetch(`/api/test/${gpio}`, { method: "PUT"})
|
|
};
|
|
|