This commit is contained in:
Yax 2017-07-09 11:39:12 +02:00
parent ae195d9826
commit c0666262be

View file

@ -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: