You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
id param dose not appear in swagger documentation cause the type of id is Uuid @UUIDParam('id') id: Uuid
it's worked when i changed the type into string @UUIDParam('id') id: string
The text was updated successfully, but these errors were encountered:
id param dose not appear in swagger documentation cause the type of id is Uuid
@UUIDParam('id') id: Uuid
it's worked when i changed the type into string
@UUIDParam('id') id: string
The text was updated successfully, but these errors were encountered: