Skip to content

Commit

Permalink
fix: multipart compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Oct 1, 2024
1 parent 9737c21 commit 025ea7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mock-server/app/http.php
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
});

App::get('/v1/mock/tests/general/multipart')
->alias('/v1/mock/tests/general/multipartcomplied')
->alias('/v1/mock/tests/general/multipart-compiled')
->desc('Multipart')
->groups(['mock'])
->label('scope', 'public')
Expand Down
6 changes: 3 additions & 3 deletions tests/resources/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -1614,10 +1614,10 @@
]
}
},
"\/mock\/tests\/general\/multipartcomplied": {
"\/mock\/tests\/general\/multipart-compiled": {
"get": {
"summary": "MultipartComplied",
"operationId": "generalMultipartComplied",
"summary": "MultipartCompiled",
"operationId": "generalMultipartCompiled",
"consumes": [
"application\/json"
],
Expand Down

0 comments on commit 025ea7c

Please sign in to comment.