Set KUMA version to 0.0.1

This commit is contained in:
“Naeel”
2026-08-26 13:43:49 +03:00
parent 18f7d60478
commit 4e05eeffe1
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ from flask import Flask, jsonify
import requests
app = Flask(__name__)
VERSION = "0.1.0"
VERSION = "0.0.1"
WHITELIST_URL = os.getenv(
"WHITELIST_URL",
"https://whitelist.nodejsk8s.services.ngcloud.ru/v2/app",