Skip to content

Commit

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

[['GET'], '/generator/raml/:version/*path', \PSX\Framework\Controller\Generator\RamlController::class],
[['GET'], '/generator/swagger/:version/*path', \PSX\Framework\Controller\Generator\SwaggerController::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],

];

0 comments on commit 486ef6a

Please sign in to comment.