We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca9209 commit 6ba20e2Copy full SHA for 6ba20e2
1 file changed
src/app.py
@@ -22,6 +22,9 @@ def sync():
22
if request.method == 'GET':
23
return read(user_id)
24
25
+ if request.method == 'POST':
26
+ return 'test ok'
27
+
28
if request.method == 'PUT':
29
data = request.get_json()
30
return write(data, user_id)
0 commit comments