1st version which could be used on the device

This commit is contained in:
2024-03-20 21:15:06 +01:00
parent d79d2aefee
commit 3fe818e144
14 changed files with 996 additions and 43 deletions

View File

@@ -6,7 +6,7 @@ from flask_cors import CORS
from vrpmdvdata import VRPMDV_Data
from vrpmdvmonreqschema import VRPMDV_MonReqSchema
app = Flask(__name__, static_url_path='', static_folder='../vrpmdv-frontend/build')
app = Flask(__name__, static_url_path='', static_folder='./build')
CORS(app) #comment this on deployment
vrpmdvdata = VRPMDV_Data()