From 15d0f7b7e3669183e293179081d6fefc41c861de Mon Sep 17 00:00:00 2001 From: eidheim Date: Fri, 11 Jul 2014 13:15:21 +0200 Subject: [PATCH] fixed typos --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index eafe780..fcfdc91 100644 --- a/main.cpp +++ b/main.cpp @@ -74,7 +74,7 @@ int main() { //Default GET-example. If no other matches, this anonymous function will be called. //Will respond with content in the web/-directory, and its subdirectories. //Default file: index.html - //Can for instance be used to retrieve a HTML 5 client that uses REST-resources on this server + //Can for instance be used to retrieve an HTML 5 client that uses REST-resources on this server httpserver.default_resource["^/?(.*)$"]["GET"]=[](ostream& response, const Request& request, const smatch& path_match) { string filename="web/";