Closed muety closed 3 years ago
If /api/page did a call to itself with itself as a lookup URL, it would probably end up in recursion. Simplest solution is to just filter URLs that match that endpoint.
/api/page
https://github.com/axios/axios/issues/4084 would help with this.
If
/api/page
did a call to itself with itself as a lookup URL, it would probably end up in recursion. Simplest solution is to just filter URLs that match that endpoint.