From 9bfaca78984411638aabcf60c21dd3f8878fdfde Mon Sep 17 00:00:00 2001 From: Andrey Klimov Date: Mon, 11 Oct 2021 01:35:37 +0300 Subject: [PATCH] - --- lighthub/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthub/main.cpp b/lighthub/main.cpp index 416876b..d6aab56 100644 --- a/lighthub/main.cpp +++ b/lighthub/main.cpp @@ -242,7 +242,7 @@ uint16_t httpHandler(Client& client, String request, uint8_t method, long conten client.println( #ifdef CORS //Redirect to cloud PWA application - String(F("Location: "))+QUOTE(CORS)+String(F("/pwa")) + String(F("Location: "))+(CORS)+String(F("/pwa")) #else String(F("Location: /index.html")) #endif