Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/temp-api-fix' into autostaging
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejenny committed Oct 23, 2024
2 parents 6d42cce + 1b6166f commit 025e80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/apps/api/resources/v0_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -1424,5 +1424,5 @@ def obj_get(self, bundle, **kwargs):

def prepend_urls(self):
return [
url(r"^(?P<resource_name>%s)/$" % self._meta.resource_name, self.wrap_view('dispatch_detail')),
url(r"^$", self.wrap_view('dispatch_detail'), name='api_dispatch_detail'),
]

0 comments on commit 025e80a

Please sign in to comment.