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
As far as I can tell the redirect is provided by flask; however, a POST to /api/reprof redirects to GET api/reprof/. The fact that the method changes is probably the problem you're seeing. I'm not sure how to fix it.
An api request to
/api/reprof
result in a redirect response. This URL should also provide the correct answer.The text was updated successfully, but these errors were encountered: