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
When I use @path decorator with regex in url like this /:id([0-9]{6}) swagger generator fail to parse url. However typescript-rest understand this format.
Do you have any solution to this problem except to edit directly line 75 of methodGenerator.js file ?
Thank you for your help :)
The text was updated successfully, but these errors were encountered:
Hi,
When I use @path decorator with regex in url like this
/:id([0-9]{6})
swagger generator fail to parse url. However typescript-rest understand this format.Do you have any solution to this problem except to edit directly line 75 of methodGenerator.js file ?
Thank you for your help :)
The text was updated successfully, but these errors were encountered: