🎨 Renames webserver and websocket

This commit is contained in:
Rune Harlyk
2026-01-24 13:11:53 +01:00
committed by Rune Harlyk
parent eb8b83736a
commit f033e8b0ae
15 changed files with 131 additions and 136 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#pragma once
#include <communication/native_server.h>
#include <communication/webserver.h>
#include "WWWData.h"
void mountStaticAssets(NativeServer& s);
void mountStaticAssets(WebServer& s);