mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 09:08:20 -04:00
Fix error code in page controller
This commit is contained in:
parent
aba45b3011
commit
618f6575b2
@ -86,8 +86,8 @@ void PageControllerV2::service(HttpRequest& request, HttpResponse& response)
|
|||||||
else
|
else
|
||||||
ySession->dismissCurrentComic();
|
ySession->dismissCurrentComic();
|
||||||
}
|
}
|
||||||
response.setStatus(412,"not found");
|
response.setStatus(404,"not found");
|
||||||
response.write("412 not found",true);
|
response.write("404 not found",true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user