Update server.py
This commit is contained in:
parent
9b58562316
commit
dc992dbc5a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ def external():
|
|||
def crosserver():
|
||||
return send_file("cross-server.png")
|
||||
@app.route("/style.css")
|
||||
def crosserver():
|
||||
def style():
|
||||
return send_file("cross-server.png")
|
||||
@app.route("/gem")
|
||||
def relay():
|
||||
|
|
Loading…
Add table
Reference in a new issue