You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This results in calls such as /api/a/b/c/d/e/f/shared/Api/store, which is a bit weird. I'd love it if it would be possible to leave out the namespacing, and leave only /api/store, or some customizable prefix, using a class attribute perhaps?
The text was updated successfully, but these errors were encountered:
This results in calls such as
/api/a/b/c/d/e/f/shared/Api/store
, which is a bit weird. I'd love it if it would be possible to leave out the namespacing, and leave only/api/store
, or some customizable prefix, using a class attribute perhaps?The text was updated successfully, but these errors were encountered: