-
|
When I configure Yarp in-front of my web-application (static vue) it works as expected when I access it with a trailing slash: Config: The problem is that my browser expecting the static files to be directly under: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I solved it with a ASP.NET redirect, like so: But can this be solved with a more straightforward approach? |
Beta Was this translation helpful? Give feedback.
I solved it with a ASP.NET redirect, like so:
But can this be solved with a more straightforward approach?