forked from cat/WebBase
Revert "Apparently its text/plain not text/text"
This reverts commit aa52f4045c
.
This commit is contained in:
@@ -18,6 +18,6 @@ void Webserver::initResponses() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
responseMethods["POST"]["/upload"] = [](HTTPrequest *self) {
|
responseMethods["POST"]["/upload"] = [](HTTPrequest *self) {
|
||||||
self->sendResponse("200 OK", "text/plain", self->bodyContent);
|
self->sendResponse("200 OK", "text/text", self->bodyContent);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user