diff --git a/.appveyor.yml b/.appveyor.yml index 851ad3318..7afd46d1b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,7 +9,7 @@ skip_commits: - "*.md" environment: - GO_VERSION: 1.18.1 + GO_VERSION: 1.18.3 GO_TAGS: --tags release python_version: 3.10 GITHUB_TOKEN: diff --git a/client/web/index.html b/client/web/index.html index 629f9d5a2..372794bae 100644 --- a/client/web/index.html +++ b/client/web/index.html @@ -19,6 +19,8 @@ Flet + + "), 1) + } + + c.Data(http.StatusOK, "text/html", indexData) } else { // API not found c.JSON(http.StatusNotFound, gin.H{