Skip to content

Commit

Permalink
Allow both trailing & no trailing slash when importing projects from PPF
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Apr 22, 2024
1 parent 1131d16 commit c9d80ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Project/ProjectControllerProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public function connect(Application $app)
$controllers->put('/{id}/organisation', 'project_controller:updateOrganisation');

$controllers->post('/{uuid}', 'import_project_controller:importProject');
$controllers->post('/{uuid}/', 'import_project_controller:importProject');
$controllers->get('/{uuid}/widget/', 'open_project_controller:openProject');

return $controllers;
Expand Down

0 comments on commit c9d80ca

Please sign in to comment.