Skip to content

Commit

Permalink
chore: revert to datalayer extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Aug 13, 2024
1 parent a132642 commit ac1a552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datalayer_core/handlers/config/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ class ConfigHandler(ExtensionHandlerMixin, APIHandler):
@tornado.web.authenticated
def get(self):
"""Returns the configuration of the server extension."""
settings = self.settings["datalayer_core"]
settings = self.settings["datalayer"]
res = json.dumps(
{
"extension": "datalayer_core",
"extension": "datalayer",
"version": __version__,
"settings": dict(
run_url=settings.run_url,
Expand Down

0 comments on commit ac1a552

Please sign in to comment.