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 traced the swagger library network traffic in the browser to the point where "/" is fetched to read the resourceListingJson string.
When deployed, my server application is at: http://computer/application and when http://computer is read my application is not invoked so the following redirect code is never executed:
http.HandleFunc("/", IndexHandler)
I can't figure out a technique to get around this. Do you know of one?
(btw I love this project)
The text was updated successfully, but these errors were encountered:
I traced the swagger library network traffic in the browser to the point where "/" is fetched to read the resourceListingJson string.
When deployed, my server application is at: http://computer/application and when http://computer is read my application is not invoked so the following redirect code is never executed:
I can't figure out a technique to get around this. Do you know of one?
(btw I love this project)
The text was updated successfully, but these errors were encountered: