Commit f107d111 authored by Masarath Fatima's avatar Masarath Fatima

Delete server.py

parent 7b41cc3f
from flask import Flask, render_template
app = Flask(__name__)
@app.route('/dbmigration')
def dbmigration():
return render_template('index.html')
app.run(host='localhost', port=5000)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment