Update server.py

This commit is contained in:
Nova Cat 2025-01-13 16:00:57 -08:00
parent 9b58562316
commit dc992dbc5a

View file

@ -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():