Skip to content

Commit

Permalink
needs post
Browse files Browse the repository at this point in the history
  • Loading branch information
tblanarik committed Nov 11, 2024
1 parent 85285df commit abdad35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import discord_http
app = Flask(__name__)

@app.route(f'/message')
@app.route(f'/message', methods=["POST"])
def run():
try:
sb.SpotBot(request, tables.HamAlertTable(), discord_http.DiscordHttp()).process()
Expand Down

0 comments on commit abdad35

Please sign in to comment.