mirror of
https://github.com/craigerl/aprsd.git
synced 2026-07-11 13:24:11 -04:00
35d41582ee
Added wsgi.py to be used with gunicorn to start aprsd's web admin interface. gunicorn -b :8080 "aprsd.wsgi:app"