grow/src/static/js/api.ts
2025-04-24 11:33:04 -07:00

5 lines
87 B
TypeScript

const test = (gpio: string ) => {
fetch(`/api/test/${gpio}`, { method: "PUT"})
};