update petstore samples

This commit is contained in:
William Cheng
2018-11-08 18:32:48 +08:00
parent e6c97a1bc1
commit a023a0d0ca
9 changed files with 9 additions and 10 deletions

View File

@@ -49,9 +49,8 @@ $router->get('/v2/fake', 'FakeApi@testEnumParameters');
* delete testGroupParameters
* Summary: Fake endpoint to test group parameters (optional)
* Notes: Fake endpoint to test group parameters (optional)
*/
$app->delete('/v2/fake', 'FakeApi@testGroupParameters');
$router->delete('/v2/fake', 'FakeApi@testGroupParameters');
/**
* put testBodyWithFileSchema
* Summary: