I want to make a kind of "main route" so I get it on every page. I want to add few operations with url before redirection to the specific route.
What url mask should i use to catch all urls?
@http.route(['/any_url_here'])
Thanks
I want to make a kind of "main route" so I get it on every page. I want to add few operations with url before redirection to the specific route.
What url mask should i use to catch all urls?
@http.route(['/any_url_here'])
Thanks
Copyright © 2021 Jogjafile Inc.
Try