Skip to content

Commit

Permalink
Fix DoiController name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ewhanson committed May 2, 2024
1 parent 313ce33 commit d42c592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1/dois/DoiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function getGroupRoutes(): void
->name('doi.issues.export');

Route::put('issues/deposit', $this->depositIssues(...))
->name('doi.issues.deposite');
->name('doi.issues.deposit');

Route::put('issues/markRegistered', $this->markIssuesRegistered(...))
->name('doi.issues.markRegistered');
Expand Down

0 comments on commit d42c592

Please sign in to comment.