|
|
@ -121,7 +121,6 @@ should be placed above the URLs they protect. |
|
|
|
HttpdBuiltInUrl builtInUrls[]={ |
|
|
|
HttpdBuiltInUrl builtInUrls[]={ |
|
|
|
{"*", cgiRedirectApClientToHostname, "esp8266.nonet"}, |
|
|
|
{"*", cgiRedirectApClientToHostname, "esp8266.nonet"}, |
|
|
|
{"/", cgiRedirect, "/index.tpl"}, |
|
|
|
{"/", cgiRedirect, "/index.tpl"}, |
|
|
|
{"/flash.bin", cgiReadFlash, NULL}, |
|
|
|
|
|
|
|
{"/led.tpl", cgiEspFsTemplate, tplLed}, |
|
|
|
{"/led.tpl", cgiEspFsTemplate, tplLed}, |
|
|
|
{"/index.tpl", cgiEspFsTemplate, tplCounter}, |
|
|
|
{"/index.tpl", cgiEspFsTemplate, tplCounter}, |
|
|
|
{"/led.cgi", cgiLed, NULL}, |
|
|
|
{"/led.cgi", cgiLed, NULL}, |
|
|
|