KA CHING!

This commit is contained in:
Sören Tempel 2024-09-09 10:12:24 +02:00
parent cfafd0e148
commit 71ddc32f49
4 changed files with 22 additions and 1 deletions

View file

@ -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')