Fix post
This commit is contained in:
parent
feff70415f
commit
4fce3d7363
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def get_comments_count(request):
|
||||||
return r
|
return r
|
||||||
|
|
||||||
|
|
||||||
@app.route("/comments", methods=['POST'])
|
@app.route("/comments", methods=['POST','OPTIONS'])
|
||||||
def new_comment(request):
|
def new_comment(request):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue