4 lines
77 B
Makefile
4 lines
77 B
Makefile
web:
|
|
python -m hug -f src/web.py
|
|
sync:
|
|
curl localhost:8000/sync-mattermost
|