need to fix api calls to grafana daashbord

This commit is contained in:
piair
2023-08-24 13:09:36 +02:00
parent 661c76b9f7
commit 864bf95138
2 changed files with 5 additions and 5 deletions

3
Flask/start.sh Normal file
View File

@ -0,0 +1,3 @@
service nginx start
service grafana-server start
gunicorn --reload -w 4 -b 0.0.0.0:6666 'app:app'