Compare commits

..

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

3 changed files with 1 additions and 5 deletions

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

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

Binary file not shown.

Before

Width: 48px  |  Height: 48px  |  Size: 15 KiB