diff --git a/routes/organisations.php b/routes/organisations.php index 0e93492..cf01c98 100644 --- a/routes/organisations.php +++ b/routes/organisations.php @@ -17,7 +17,7 @@ $app->group('/organisations', function () { ->setName('uri_organisations'); $this->get('/o/{slug}', 'UserFrosting\Sprinkle\Organisations\Controller\OrganisationController:pageInfo') - ->setName('uri_organisations'); + ->setName('uri_organisation'); })->add('authGuard')->add(new NoCache()); $app->group('/api/organisations', function () {