KA CHING!
This commit is contained in:
parent
cfafd0e148
commit
71ddc32f49
4 changed files with 22 additions and 1 deletions
|
@ -57,6 +57,10 @@ def create_app(test_config=None):
|
|||
def socketiojs():
|
||||
return send_file('../static/socket.io.js')
|
||||
|
||||
@app.route('/ka-ching.wav')
|
||||
def kaching():
|
||||
return send_file('../static/ka-ching.wav')
|
||||
|
||||
@app.route('/new.css')
|
||||
def newcss():
|
||||
return send_file('../static/new.min.css')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue