Skip to content

Commit

Permalink
Change the path for ticket search API endpoint from /admin/o/<org>/it…
Browse files Browse the repository at this point in the history
…ems to /admin/o/<org>/tickets
  • Loading branch information
miteshashar committed Aug 29, 2023
1 parent e9c69c8 commit b392d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boxoffice/views/admin_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .utils import api_error, api_success, json_date_format, xhr_only


@app.route('/admin/o/<org>/items')
@app.route('/admin/o/<org>/tickets')
@lastuser.requires_login
@xhr_only
@load_models((Organization, {'name': 'org'}, 'organization'), permission='org_admin')
Expand Down

0 comments on commit b392d88

Please sign in to comment.