fix: show 404 page if /api/v2/meta/page/{page} can't find a file

This commit is contained in:
sam 2025-02-23 21:42:01 +01:00
parent 0c6e3bf38f
commit c8e4078b35
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
6 changed files with 17 additions and 9 deletions

View file

@ -164,6 +164,7 @@ public enum ErrorCode
GenericApiError,
UserNotFound,
MemberNotFound,
PageNotFound,
AccountAlreadyLinked,
LastAuthMethod,
InvalidReportTarget,