krakenjs / swaggerize-express

Design-driven apis with swagger 2.0 and express.
Other
355 stars 81 forks source link

Mountpath, path params. #2

Closed tlivings closed 10 years ago

tlivings commented 10 years ago

Instead of using resourcePath + apiVersion for mountpath, uses just resourcePath. If a version is needed, it can be included manually.

aredridel commented 10 years ago

LGTM