The Api/ServiceProviderController#update method was called by a user button press on the front end. This feels like not the best place for this method, this PR moves it to the ServiceProviderController and renames it to publish as the action is completes is re-publishing the SPs in the int environment.
PR Checklist:
[ ] Have you linted and tested your code locally prior to submission?
[ ] Have you tagged the appropriate dev(s) for review?
[ ] Have you linked to any relevant tickets or conversations?
PR Review Standards:
Consider using Conventional Comments to ensure that your feedback is clear and actionable.
Ideally, PRs should be reviewed by at least 2 team members.
Relevant Ticket or Conversation:
LG-10946
Description of Changes:
The
Api/ServiceProviderController#update
method was called by a user button press on the front end. This feels like not the best place for this method, this PR moves it to theServiceProviderController
and renames it topublish
as the action is completes is re-publishing the SPs in the int environment.PR Checklist:
PR Review Standards: