Procházet zdrojové kódy

Ensure compatibility for /wxcomapp URL with trailing slash

master
6vision před 3 měsíci
rodič
revize
29490741fd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      channel/wechatcom/wechatcomapp_channel.py

+ 1
- 1
channel/wechatcom/wechatcomapp_channel.py Zobrazit soubor

@@ -44,7 +44,7 @@ class WechatComAppChannel(ChatChannel):

def startup(self):
# start message listener
urls = ("/wxcomapp", "channel.wechatcom.wechatcomapp_channel.Query")
urls = ("/wxcomapp/?", "channel.wechatcom.wechatcomapp_channel.Query")
app = web.application(urls, globals(), autoreload=False)
port = conf().get("wechatcomapp_port", 9898)
web.httpserver.runsimple(app.wsgifunc(), ("0.0.0.0", port))


Načítá se…
Zrušit
Uložit