Closed pinussilvestrus closed 7 years ago
Hi,
after your latest commit last night, feathers-swagger fails to run in my project:
Is there anything new required since the last commit?
regards.
Use the latest version 0.3.0 from npm. You may have to change new feathersSwagger.utils.* to feathersSwagger.* like new feathersSwagger.utils.Definition() to feathersSwagger.definition().
new feathersSwagger.utils.*
feathersSwagger.*
new feathersSwagger.utils.Definition()
feathersSwagger.definition()
Hi,
after your latest commit last night, feathers-swagger fails to run in my project:
Is there anything new required since the last commit?
regards.