Remove dumb camel case
This commit is contained in:
@@ -21,7 +21,7 @@ paths:
|
||||
$ref: "./swagger-register.yaml#/paths"
|
||||
/port:
|
||||
$ref: "./swagger-port.yaml#/paths"
|
||||
/__files__/{namespacePath}/{path}:
|
||||
/__files__/{namespace}/{path}:
|
||||
$ref: "./swagger-files.yaml#/paths"
|
||||
|
||||
components:
|
||||
@@ -42,7 +42,7 @@ components:
|
||||
type: string
|
||||
|
||||
namespacePath:
|
||||
name: namespacePath
|
||||
name: namespace
|
||||
in: path
|
||||
required: true
|
||||
schema:
|
||||
|
||||
Reference in New Issue
Block a user