mirror of
https://github.com/anklimov/lighthub
synced 2025-12-07 20:29:50 +03:00
-
This commit is contained in:
@@ -242,7 +242,7 @@ uint16_t httpHandler(Client& client, String request, uint8_t method, long conten
|
|||||||
client.println(
|
client.println(
|
||||||
#ifdef CORS
|
#ifdef CORS
|
||||||
//Redirect to cloud PWA application
|
//Redirect to cloud PWA application
|
||||||
String(F("Location: "))+QUOTE(CORS)+String(F("/pwa"))
|
String(F("Location: "))+(CORS)+String(F("/pwa"))
|
||||||
#else
|
#else
|
||||||
String(F("Location: /index.html"))
|
String(F("Location: /index.html"))
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user