Skip to content

Commit

Permalink
react to db2 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
powellquiring committed Nov 18, 2022
1 parent 0b66b8f commit 206256f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/ghstats.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ def collectStats():

# Ping subscription in Code Engine
# Check for secret token
@app.route('/collectStats', methods=['POST', 'GET'])
@app.route('/collectStats', methods=['POST'])
def eventCollectStats():
mydata=request.json
if mydata['token']==EVENT_TOKEN:
Expand Down

0 comments on commit 206256f

Please sign in to comment.