Skip to content

Commit

Permalink
Merge pull request #30 from sachinsenal0x64/sachinsenal0x64-patch-4
Browse files Browse the repository at this point in the history
DALLE 2 AND REVERSE PROXY ADDED ⚡
  • Loading branch information
sachinsenal0x64 authored Jul 31, 2023
2 parents 3035546 + ffeaf00 commit c53ea00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def index():
return {"STATUS": "RUNNING"}



@main.route(f'/{telegram_token}', methods=['POST'])
def handle_telegram_webhook():
update = telebot.types.Update.de_json(request.stream.read().decode('utf-8'))
Expand Down

0 comments on commit c53ea00

Please sign in to comment.