working database handling

This commit is contained in:
Gert Wohlgemuth
2018-05-20 11:47:48 -07:00
parent 74533be01e
commit a040181c26
3 changed files with 30 additions and 3 deletions

View File

@@ -105,12 +105,13 @@ functions:
handler: freqtrade/aws/strategy.performance
events:
- http:
path: strategies/{name}/performance
path: strategies/{user}/{name}/performance
method: get
cors: true
request:
parameter:
paths:
user: true
name: true
environment: