This commit is contained in:
2025-03-03 20:52:09 +03:00
parent db6e6e3376
commit 99b09b368c
2 changed files with 4 additions and 5 deletions

View File

@@ -1,12 +1,9 @@
from flask import Flask
print("proxy module loaded!")
def proxy_app():
app = Flask(__name__)
app.config.from_object(Config)
# Подключаем маршруты
from proxy import rss_proxy, healthcheck
rss_proxy.init_proxy(app)
healthcheck.init_healthcheck(app)