diff options
Diffstat (limited to 'backend/browser.py')
| -rw-r--r-- | backend/browser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/browser.py b/backend/browser.py index ffec26b3..323fb9c3 100644 --- a/backend/browser.py +++ b/backend/browser.py @@ -26,7 +26,7 @@ class PluginBrowser: server_instance.add_routes([ web.post("/browser/install_plugin", self.install_plugin), - web.get("/browser/iframe", self.redirect_to_store) + web.get("/browser/redirect", self.redirect_to_store) ]) def _unzip_to_plugin_dir(self, zip, name, hash): |
