Skip to content

Commit

Permalink
get_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
Sofia Sazonova committed Feb 12, 2025
1 parent f6eecc0 commit 1fc74fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/dataall/modules/dashboards/db/dashboard_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Dashboard(Resource, Base):
userRoleForDashboard = query_expression()

@classmethod
def uri(cls):
def get_uri(cls):
return cls.dashboardUri

def get_owner(self):
Expand Down

0 comments on commit 1fc74fb

Please sign in to comment.