nothere990 commited on
Commit
7f86101
·
1 Parent(s): 426ff68
Files changed (1) hide show
  1. bot/server/main.py +1 -1
bot/server/main.py CHANGED
@@ -17,7 +17,7 @@ async def home():
17
 
18
 
19
  @bp.route('/bot')
20
- async def home():
21
  return redirect(f'https://t.me/{Telegram.BOT_USERNAME}')
22
 
23
 
 
17
 
18
 
19
  @bp.route('/bot')
20
+ async def bot():
21
  return redirect(f'https://t.me/{Telegram.BOT_USERNAME}')
22
 
23