MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / add

Route add

Todo_App/main.py:None–None  ·  view source on GitHub ↗
app.route('/add', methods=['POST'])

Source from the content-addressed store, hash-verified

1from flask import Flask, request, render_template, redirect, url_for
2from flask_bootstrap import Bootstrap
3
4#create the app

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected