-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default REST path should take current app and not /EntityBrowser #10
Comments
Is it determined here? |
Yep. What is the case? Did you rename |
Yes. Well, I added another one. I need EntityBrowser in two namespaces. |
I'm planning to replace hardcoded |
Ah okay, you can simply change this in settings (hopefully. But I think EntityBrowser shares localStorage on the same domain...). Note that pathname could also include |
It should be |
Removed |
Please keep it - it is used to connect to remote servers. You can set it to |
Good. I believe you can do PR with |
However, this should work from the beginning if you set |
Currently web app goes to
/EntityBrowser/api...
. It should take current URL and determine correct app automatically.The text was updated successfully, but these errors were encountered: