Skip to content

Commit

Permalink
Merge pull request #244 from wt/master
Browse files Browse the repository at this point in the history
Fix misspelling.
  • Loading branch information
glynhudson authored Sep 9, 2019
2 parents 41f9a32 + 7213475 commit 7657740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ void handleNotFound(AsyncWebServerRequest *request)

String s = F("<html><body><a href=\"");
s += url;
s += F("\">OpenEVES</a></body></html>");
s += F("\">OpenEVSE</a></body></html>");

response->setCode(301);
response->addHeader(F("Location"), url);
Expand Down

0 comments on commit 7657740

Please sign in to comment.