v1.0.0 — версия на главной странице
This commit is contained in:
+3
-3
@@ -392,11 +392,11 @@ def readyz():
|
||||
# ---------------------------------------------------------------------------
|
||||
@app.route("/")
|
||||
def index():
|
||||
return """<!DOCTYPE html>
|
||||
return f"""<!DOCTYPE html>
|
||||
<html>
|
||||
<head><title>Terra Registry</title></head>
|
||||
<head><title>Terra Registry v{VERSION}</title></head>
|
||||
<body>
|
||||
<h1>Terra Registry & Documentation Server</h1>
|
||||
<h1>Terra Registry & Documentation Server v{VERSION}</h1>
|
||||
<p>Status: <span style="color: green">ONLINE</span></p>
|
||||
<hr>
|
||||
<p>Powered by Nubes Cloud S3 Storage</p>
|
||||
|
||||
Reference in New Issue
Block a user