Skip to content

Commit

Permalink
use typeschema and remove raml
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Aug 9, 2020
1 parent 797ca14 commit e643aa3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
# API
[['ANY'], '/population/popo', \PSX\Framework\App\Api\Population\CollectionPopo::class],
[['ANY'], '/population/popo/:id', \PSX\Framework\App\Api\Population\EntityPopo::class],
[['ANY'], '/population/jsonschema', \PSX\Framework\App\Api\Population\CollectionJsonSchema::class],
[['ANY'], '/population/jsonschema/:id', \PSX\Framework\App\Api\Population\EntityJsonSchema::class],
[['ANY'], '/population/raml', \PSX\Framework\App\Api\Population\CollectionRaml::class],
[['ANY'], '/population/raml/:id', \PSX\Framework\App\Api\Population\EntityRaml::class],
[['ANY'], '/population/typeschema', \PSX\Framework\App\Api\Population\CollectionTypeSchema::class],
[['ANY'], '/population/typeschema/:id', \PSX\Framework\App\Api\Population\EntityTypeSchema::class],
[['ANY'], '/population/openapi', \PSX\Framework\App\Api\Population\CollectionOpenAPI::class],
[['ANY'], '/population/openapi/:id', \PSX\Framework\App\Api\Population\EntityOpenAPI::class],
[['ANY'], '/population', \PSX\Framework\App\Api\Population\Collection::class],
Expand Down

0 comments on commit e643aa3

Please sign in to comment.