Skip to content

Commit 5f5cad2

Browse files
committed
update
1 parent f058c4f commit 5f5cad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# print("Error creating the BlobServiceClient object")
3131
#================================================================================================
3232

33-
@app.route('/')
33+
@app.route('/index')
3434
def index():
3535
print('Request for index page received')
3636
return render_template('index.html')
@@ -67,7 +67,7 @@ def assignment1():
6767
return render_template('assignment1.html', contain_content=False, table_content=list(data.values.tolist()), titles=data.columns.values)
6868

6969

70-
@app.route('/assignment2')
70+
@app.route('/')
7171
def assignment2():
7272

7373
print('Request for assignment1 page received')

0 commit comments

Comments
 (0)