© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Peter Siegmund
How can I create multiple endpoints? Just create a second annotated function?
Dinko Marinac
Flutter and Dart Developer and Consultant.
It really depends on what are you trying to do. If you have a CRUD endpoint, then you can just use shelf_router to mount multiple handlers to this serverless function.
If you don't want that, you have to create a new function.