pull/6/head
Yax 7 years ago
parent feff70415f
commit 4fce3d7363

@ -60,7 +60,7 @@ def get_comments_count(request):
return r
@app.route("/comments", methods=['POST'])
@app.route("/comments", methods=['POST','OPTIONS'])
def new_comment(request):
try:

Loading…
Cancel
Save