Skip to content

Commit

Permalink
update routes
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Aug 9, 2020
1 parent 486ef6a commit b74fa8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
[['GET'], '/tool/doc/:version/*path', \PSX\Framework\Controller\Tool\Documentation\DetailController::class],
[['GET'], '/tool/routing', \PSX\Framework\Controller\Tool\RoutingController::class],

[['GET'], '/generator/openapi/:version/*path', \PSX\Framework\Controller\Generator\OpenAPIController::class],
[['GET'], '/generator/raml/:version/*path', \PSX\Framework\Controller\Generator\RamlController::class],
[['GET'], '/generator/typeschema/:version/*path', \PSX\Framework\Controller\Generator\TypeSchemaController::class],
[['GET'], '/generator/:type/:version/*path', \PSX\Framework\Controller\Generator\GeneratorController::class],

];

0 comments on commit b74fa8d

Please sign in to comment.