Commit bd0926aa authored by jan.koester's avatar jan.koester
Browse files

build fix

parent fbfc7c60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -128,9 +128,9 @@ namespace blogi {

            // Respond with key authorization
            libhttppp::HttpResponse resp;
            resp.setState(200);
            resp.setState(HTTP200);
            resp.setContentType("text/plain");
            resp.send(req, it->second.c_str(), it->second.size());
            resp.send(req, it->second);
            return true;
        }