Compare commits
No commits in common. "master" and "0.0.1" have entirely different histories.
@ -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: | Height: | Size: 15 KiB |
Loading…
x
Reference in New Issue
Block a user