trailsjs / trailpack-router

:package: Router. Aggregate and Configure Application Routes.
MIT License
12 stars 7 forks source link

Change allowed tags type #58

Closed imkarma closed 8 years ago

imkarma commented 8 years ago

Hi, I try to implement hapi-swagger lib, and to auto doc need add to router tags: ['api']. This make error. Becouse tags: joi.string() need change to tags: joi.string() || joi.array().

konstantinzolotarev commented 8 years ago

Fix in #59