Commit 18dbc4de authored by Manuel's avatar Manuel

restGateway: moved security.yaml to modules

parent 9f8b923a
...@@ -6,7 +6,7 @@ info: ...@@ -6,7 +6,7 @@ info:
# Import security definitions from seperate file # Import security definitions from seperate file
securityDefinitions: securityDefinitions:
$ref: './security.yml#securityDefinitions' $ref: '../../../modules/security/security.yml#securityDefinitions'
consumes: consumes:
- "application/json" - "application/json"
...@@ -16,7 +16,6 @@ produces: ...@@ -16,7 +16,6 @@ produces:
basePath: "/api" basePath: "/api"
# Paths supported by the server application # Paths supported by the server application
paths: paths:
/secret: /secret:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment