mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 19:14:30 -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