[chore] Switch rest of page endpoints

This commit is contained in:
2022-05-30 21:54:43 +02:00
parent 7062c59fb1
commit 7a165721d9
10 changed files with 262 additions and 243 deletions

View File

@@ -30,10 +30,10 @@ export async function get({}: RequestEvent): Promise<RequestHandlerOutput> {
photos: data.photo
}
}
} catch (error) {
return {
status: 404,
body: error,
}
}
}