Update server.py
This commit is contained in:
parent
677d2d8b74
commit
0bf02dbe1f
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ def crosserver():
|
|||
@app.route("/style.css")
|
||||
def style():
|
||||
return send_file("style.css")
|
||||
@app.route("/logo.png")
|
||||
def style():
|
||||
return send_file("gem2browser.png")
|
||||
@app.route("/gem")
|
||||
def relay():
|
||||
url = request.args.get('gemini')
|
||||
|
|
Loading…
Add table
Reference in a new issue