Commit ·
aab4b2b
1
Parent(s): cd1c3e0
modified
Browse files
app.py
CHANGED
|
@@ -1279,6 +1279,7 @@ def taskadder(tasks: Tasks):
|
|
| 1279 |
|
| 1280 |
return {"successful": "Task successfully added to the roadmap"}
|
| 1281 |
|
|
|
|
| 1282 |
@app.get("/task-addition-form", response_class=HTMLResponse)
|
| 1283 |
def task_form():
|
| 1284 |
return """
|
|
|
|
| 1279 |
|
| 1280 |
return {"successful": "Task successfully added to the roadmap"}
|
| 1281 |
|
| 1282 |
+
#HTML code to add tasks
|
| 1283 |
@app.get("/task-addition-form", response_class=HTMLResponse)
|
| 1284 |
def task_form():
|
| 1285 |
return """
|