glmgate / main.py
DEV
add glmgate reverse proxy with auto account creation and dashboard
eec0c73
Raw
History Blame Contribute Delete
57 Bytes
from glmgate.proxy import create_app
app = create_app()