Skip to content

Remove `/resource/` from api url construction

Compare
Choose a tag to compare
@Vijar Vijar released this 08 Apr 20:08
· 478 commits to main since this release

#69 - Internally whenever fetchr made xhr requests, it would call /api/resource/{matrix-param-query} but now it will just be /api/{matrix-param-query}.

This could have been a path release but some users might have been depending on fetchr exposing the api with /resource/ so we did a minor release.