NuxtN
Nuxt16mo ago
wugge

RouteRules Exception for route path

Hi!
I have a routeRule for my API like that:
'/api/**': 'http://my-api/**'


Now I'm experiencing the issue that some nuxt modules use the path
/api/_nuxt_[module]
for themselves

How can I add an exception to the API route for a certain route?
Was this page helpful?