-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Given these routes:
{ method: 'GET', path: '/profiles/{id?}', handler: profiles.getProfile},
{ method: 'GET', path: '/profiles/{ownerid}/messages/{id?}', handler: messages.getMessage }
Why do I get this error?
"Error: Handler must appear once and only once"
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugBug or defectBug or defect