nestjs-paginate
nestjs-paginate copied to clipboard
Customized Links
Normally I don't want the full link like ""http://localhost...?page=4&limit=10&sortBy=id:DESC" Is there a way to customize the result? We will not use the full route in the frontend.
not currently but should be trivial add. some config option like relativePath: true
. happy to accept PR :)