You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have same problem. When I run generate command, all custom content that I add to http-client.ejs template - generated, but all modifications in interface-data-contract.ejs template completely ignored.
I run swagger-typescript-api -p http://127.0.0.1:3000/swagger/doc.json -o ./src/data-access -t ./sta-templates --axios --modular,
sta-templates dir have all templates.
Can't use newer version of library because this bug #853
I use STA via its API like this:
where
templates
directory contains all the templates copied fromtemplates/base
andtemplates/base
.In
interface-data-contract
I added a line:Now when I run the generator, I see that the template was located:
however the added line isn't being hit. Which means that the template isn't used.
What is going on here?
Version: 13.0.16 (the recent working one, see #934)
The text was updated successfully, but these errors were encountered: