tinance2-doorbot/include/webhooks.h
2024-01-30 18:21:48 +01:00

7 lines
No EOL
162 B
C

#ifndef WEBHOOKS_H
#define WEBHOOKS_H
#include <HTTPClient.h>
extern HTTPClient webhooks_http;
extern void ExecuteHTTPRequest(String url);
#endif