Fix post
This commit is contained in:
parent
feff70415f
commit
4fce3d7363
@ -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…
x
Reference in New Issue
Block a user