Skip to content

Commit

Permalink
Make project singular
Browse files Browse the repository at this point in the history
  • Loading branch information
zachaysan committed Dec 13, 2024
1 parent f8fd9f4 commit 1ee6082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/features/workflows/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def url(self):
url += f"/project/{self.environment.project_id}"
url += f"/environment/{self.environment.api_key}"
else:
url += f"/projects/{self.project_id}"
url += f"/project/{self.project_id}"
url += f"/change-requests/{self.id}"
return url

Expand Down

0 comments on commit 1ee6082

Please sign in to comment.