Files
IoTManager/include/HttpServer.h
Dmitry Borisenko 421f3fcb9a recovery
2021-10-05 19:21:52 +08:00

10 lines
100 B
C++

#pragma once
#include "Global.h"
namespace HttpServer {
void init();
} // namespace HttpServer