pagination - wip

This commit is contained in:
Philipinho
2024-02-28 16:36:41 +00:00
parent 299f682a3b
commit 41ecf2d082
6 changed files with 102 additions and 16 deletions

View File

@ -25,6 +25,7 @@ async function bootstrap() {
new ValidationPipe({
whitelist: true,
stopAtFirstError: true,
transform: true,
}),
);
app.enableCors();