2daf6ab8e2
We add a small flask-powered web application in charge of retrieving the PBO-related data from axione.
3 lines
109 B
Bash
Executable file
3 lines
109 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
DEBUG=true CONFIG=./elig-test.ini.sample FLASK_APP=webapp poetry run flask run --reload
|