Update server.py
This commit is contained in:
parent
38276095de
commit
0392ad0d41
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ def crosserver():
|
|||
def style():
|
||||
return send_file("style.css")
|
||||
@app.route("/logo.png")
|
||||
def style():
|
||||
def logo():
|
||||
return send_file("gem2browser.png")
|
||||
@app.route("/gem")
|
||||
def relay():
|
||||
|
|
Loading…
Add table
Reference in a new issue