mirror of
https://github.com/assenzostefano/class-website.git
synced 2025-02-02 18:06:47 +01:00
Create requirements.txt (empty)
This commit is contained in:
parent
c1ba2cf5b5
commit
cfb9c229f9
0
requirements.txt
Normal file
0
requirements.txt
Normal file
@ -20,4 +20,14 @@ def get_homework():
|
||||
return jsonify(list(homework))
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run()
|
||||
app.run()
|
||||
|
||||
#{
|
||||
# "date": {
|
||||
# "day": 12,
|
||||
# "month": 1,
|
||||
# "year": 2023
|
||||
# },
|
||||
# "description": "Per le vacanze di natale...",
|
||||
# "subject": "Disegno"
|
||||
#}
|
Loading…
x
Reference in New Issue
Block a user