🪄 Formats APStatus

This commit is contained in:
Rune Harlyk
2024-07-09 20:02:02 +02:00
committed by Rune Harlyk
parent aa23377774
commit ac022094ed
2 changed files with 8 additions and 17 deletions
+3 -4
View File
@@ -25,14 +25,13 @@
#define AP_STATUS_SERVICE_PATH "/api/apStatus"
class APStatus
{
public:
class APStatus {
public:
APStatus(PsychicHttpServer *server, SecurityManager *securityManager, APSettingsService *apSettingsService);
void begin();
private:
private:
PsychicHttpServer *_server;
SecurityManager *_securityManager;
APSettingsService *_apSettingsService;