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
I just want to try the API to the same host.
With Schemes select box enabled, I must choose proper "http" or "https" depending on the origin address in browser.
btw, I found that I can skip this if I remove
"schemes": {{ marshal .Schemes }},
line from docTemplate in docs/docs.go
Is there any option for swag command not to generate schemes line?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I just want to try the API to the same host.
With Schemes select box enabled, I must choose proper "http" or "https" depending on the origin address in browser.
btw, I found that I can skip this if I remove
"schemes": {{ marshal .Schemes }},
line from docTemplate in docs/docs.go
Is there any option for swag command not to generate schemes line?
Beta Was this translation helpful? Give feedback.
All reactions