I would like to know how I can modify the URL to the welcome page. Currently it is /superset/welcome.
It is run into superset/views/core.py in a @expose('/welcome').
I know I can modify the code inside this @expose, but I want to redirect to another url.
So I want to find the line where there is:
welcome_page = /superset/welcome