Melloware

Results 2406 comments of Melloware

We just updated the docs to Next 15 and updated most of the libs and so this should Be in good shape to make changes now.

Don't you also need something like... ``` quarkus.rest.path=/bar/foo quarkus.quinoa.ignored-path-prefixes=/q,/bar/foo/baz ```

yeah you might have to tweak that `ignored` values as thta is what the Angular Integration Tests here do...

Yes i am pretty sure if you look through the tickets here if both are mapped to the same address you need to distinguish them. That is how the integration...

i use Axios Request Interceptors to add custom headers. You could check the path and add the right content encoding. ```js /** * Axios utlity class for adding token handling...

cc @AllieJonsson @soartec-lab ?