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
Hello, I'm trying your app and I noticed it creates a few routes /statics, /api/{identity}, they get added at the root.
INFO: 127.0.0.1:41598 - "GET /user/list HTTP/1.1" 200 OK
INFO: 127.0.0.1:41598 - "GET /api/user?skip=0&limit=10 HTTP/1.1" 200 OK
INFO: 127.0.0.1:56438 - "GET /api/user?skip=0&limit=10 HTTP/1.1" 200 OK
I believe they should be added after base_url=/admin so the URL always has /admin prepended.
I was about to make the fork and then the PR but I noticed you're about lo launch a new release, are you considering making this modification? I can make it if you didn't consider it for the new release.
The text was updated successfully, but these errors were encountered:
Hello, I'm trying your app and I noticed it creates a few routes
/statics
,/api/{identity}
, they get added at the root.I believe they should be added after
base_url=/admin
so the URL always has /admin prepended.I was about to make the fork and then the PR but I noticed you're about lo launch a new release, are you considering making this modification? I can make it if you didn't consider it for the new release.
The text was updated successfully, but these errors were encountered: