Skip to content

Commit

Permalink
remove oauth2 and tool controller
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jun 13, 2023
1 parent 8198250 commit f489f9e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions resources/container.php
Expand Up @@ -176,9 +176,4 @@
$services->load('Fusio\\Impl\\Authorization\\GrantType\\', __DIR__ . '/../src/Authorization/GrantType')
->public();

$services->load('PSX\\Framework\\Controller\\OAuth2\\', __DIR__ . '/../vendor/psx/framework/src/Controller/OAuth2')
->public();

$services->load('PSX\\Framework\\Controller\\Tool\\', __DIR__ . '/../vendor/psx/framework/src/Controller/Tool')
->public();
};

0 comments on commit f489f9e

Please sign in to comment.