mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Fix error code in page controller
This commit is contained in:
parent
aba45b3011
commit
618f6575b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user