Files
xray_sub_server/wsgi.py
crutoboy 77341e6735
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6m5s
add dockerfile and ci/cd
2026-05-22 09:04:50 +00:00

4 lines
62 B
Python

from main import app
if __name__ == "__main__":
app.run()