mistercrunch commented on issue #10063: URL: https://github.com/apache/incubator-superset/issues/10063#issuecomment-655302082
One good place to start would be to use `flask.url_for` for all hard coded url paths on the backend. Then there's a need to do some flask trickery to add a prefix to all existing routes (not sure whether that's easy and how hacky it would be, but likely fairly hacky). Then the frontend needs to get that prefix and use it to all routes as well. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
