Commit 18dbc4de authored by Manuel's avatar Manuel

restGateway: moved security.yaml to modules

parent 9f8b923a
......@@ -6,7 +6,7 @@ info:
# Import security definitions from seperate file
securityDefinitions:
$ref: './security.yml#securityDefinitions'
$ref: '../../../modules/security/security.yml#securityDefinitions'
consumes:
- "application/json"
......@@ -16,7 +16,6 @@ produces:
basePath: "/api"
# Paths supported by the server application
paths:
/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