Closed thisismydesign closed 1 year ago
As recommended the following should work for a catch-all route that doesn't break graphql:
@Get("/:path((?!graphql$))*")
As recommended the following should work for a catch-all route that doesn't break graphql: