Skip to content

Commit f8f80c8

Browse files
authored
Merge pull request #2 from shreyshrey1/patch-2
Update app.py
2 parents cd0832b + adbadd5 commit f8f80c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from flask import Flask
22
from flask import render_template
3-
from flask import jsonify
3+
from flask import jsonify, request
44
app = Flask(__name__)
55

66
@app.route('/')

0 commit comments

Comments
 (0)