Server route GET /api/images (liste paginée) #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Objectif
Première server route : retourner la liste des images avec pagination.
Fichier
server/api/images/index.get.tsInterface
Validation
/api/imagesretourne{ images: [], total: 0 }?page=2