change CORS interface, add try-catch handler

This commit is contained in:
UnknownObject
2026-07-02 10:31:30 +08:00
parent d7ce0fe00a
commit 557cc8b995
4 changed files with 163 additions and 24 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include "CORSProcessor.h"
#include "ServerLogger.h"
#include "CORSConfig.h"
#include "ServerLogger.h"
#include "UNSResponseBuilder.h"
// ----- 辅助函数(文件作用域) -----