Compare commits

..

No commits in common. "master" and "0.0.1" have entirely different histories.

3 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,5 @@
kind: pipeline kind: pipeline
type: docker type: kubernetes
name: default name: default
steps: steps:

View File

@ -21,10 +21,6 @@ def static(path):
def manifest(): def manifest():
return send_from_directory("static", "manifest.json") return send_from_directory("static", "manifest.json")
@bp.route("/favicon.ico")
def favicon():
return send_from_directory("static", "favicon.ico")
@bp.route("/", methods=["GET"]) @bp.route("/", methods=["GET"])
def main_entry(): def main_entry():

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB