schaufenster/service/Makefile
2018-02-04 13:20:24 +01:00

7 lines
61 B
Makefile

serve:
gunicorn --reload api.main:app
test:
pytest tests