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
Hi !
I was just wondering if there was a way of using a dynamic subdomain with FlaskView ? I know one can define a custom subdomain, but I'd like it to be dynamic. Is there a way I can achieve that ?
Thanks for the good work !
The text was updated successfully, but these errors were encountered:
After looking for a solution to this I think I may have stumbled upon one accidentally. If you want to handle dynamic subdomains you need to decorate your view methods with Flask-Classy's route, here's an example of what I did:
Hi !
I was just wondering if there was a way of using a dynamic subdomain with FlaskView ? I know one can define a custom subdomain, but I'd like it to be dynamic. Is there a way I can achieve that ?
Thanks for the good work !
The text was updated successfully, but these errors were encountered: