Production bug: trying to load different file
zecar opened this issue · 1 comments
zecar commented
In production build, the /swagger route tries to load
ep2-api/build/config/../swagger.yaml
-> .yaml, but the generated file is .yml
I believe it's because of this line:
adonis-autoswagger/src/autoswagger.ts
Line 154 in 1ac53bf
ad-on-is commented
Oh... thx.. fixed in 3.12.0