Started with flask and added a /time endpoint

This commit is contained in:
cami 2021-05-07 02:24:50 +02:00
parent 395b3f1e54
commit 8fd0e44422
5 changed files with 11 additions and 1 deletions

2
backend/.flaskenv Normal file
View file

@ -0,0 +1,2 @@
FLASK_APP=api.py
FLASK_ENV=development