mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Fix error code in page controller
This commit is contained in:
@ -86,9 +86,9 @@ void PageControllerV2::service(HttpRequest& request, HttpResponse& response)
|
||||
else
|
||||
ySession->dismissCurrentComic();
|
||||
}
|
||||
response.setStatus(412,"not found");
|
||||
response.write("412 not found",true);
|
||||
}
|
||||
response.setStatus(404,"not found");
|
||||
response.write("404 not found",true);
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user