mirror of
https://github.com/YACReader/yacreader
synced 2026-03-21 04:59:48 -04:00
Replaced the no longer existing HttpResponse::writeText with HttpResponse::write.
This commit is contained in:
@ -36,5 +36,5 @@ void LibrariesController::service(HttpRequest& request, HttpResponse& response)
|
||||
}
|
||||
|
||||
response.setStatus(200,"OK");
|
||||
response.writeText(t,true);
|
||||
response.write(t.toUtf8(),true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user