v0.0.1 — чистая страница, без ссылок

This commit is contained in:
“Naeel”
2026-08-09 08:24:43 +04:00
parent 73ce2680e9
commit a9fa5d3835
+1 -9
View File
@@ -27,7 +27,7 @@ var (
s3Prefix = os.Getenv("S3_PREFIX") // S3 key prefix (may differ from hostname)
)
const VERSION = "1.1.1"
const VERSION = "0.0.1"
// Terraform Registry Protocol Structs
type Discovery struct {
@@ -235,14 +235,6 @@ func rootHandler(w http.ResponseWriter, r *http.Request) {
<span class="label">Версия</span>
<span class="value">v`+VERSION+`</span>
</div>
<div class="row">
<span class="label">Discovery</span>
<span class="value"><a href="/.well-known/terraform.json">/.well-known/terraform.json</a></span>
</div>
<div class="row">
<span class="label">Провайдеры</span>
<span class="value"><a href="/v1/providers/">/v1/providers/</a></span>
</div>
</div>
</div>
</div>