Skip to content

Commit

Permalink
author submissions: ednpoint change
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul authored and drjova committed Aug 8, 2024
1 parent 1f4b573 commit b318fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/inspirehep/submissions/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def start_workflow_for_submission(self, record, workflow_type):
)
self.send_post_request_to_workflows(
current_app.config["INSPIRE_BACKOFFICE_URL"],
"/api/workflows/",
"/api/workflows/authors/",
payload_backoffice,
current_app.config["AUTHENTICATION_TOKEN_BACKOFFICE"],
bearer_keyword="Token",
Expand Down

0 comments on commit b318fb0

Please sign in to comment.