This commit is contained in:
2021-10-11 01:35:37 +03:00
parent 1e682ea8f3
commit 9bfaca7898

View File

@@ -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