コード例 #1
0
ファイル: views.py プロジェクト: shahmeernavid/webrtc-chat
def fallback(path):
    print 'fallback'
    return app.send_static_file('index.html')
コード例 #2
0
ファイル: views.py プロジェクト: shahmeernavid/webrtc-chat
def index():
    return app.send_static_file('index.html')