app.route('/remove/<int:index>', methods=['GET'])
| 1 | from flask import Flask, request, render_template, redirect, url_for |
| 2 | from flask_bootstrap import Bootstrap |
| 3 | |
| 4 | #create the app |
nothing calls this directly
no outgoing calls
no test coverage detected