wcandillon / swagger-js-codegen

A Swagger Codegen for typescript, nodejs & angularjs
Apache License 2.0
693 stars 286 forks source link

simple last slash removal #102

Closed dciccale closed 8 years ago

dciccale commented 8 years ago

i think this shorter way of removing the last slash is simpler thus easier to read :)

if the path doesn't have the last slash, nothing will be replaced.. the regex will simply not match anything

wcandillon commented 8 years ago

:+1: