Skip to content

Commit 2ae1e0c

Browse files
author
kaw393939
authored
Merge pull request #1 from kaw393939/feature2
changed the name
2 parents edc16fd + 618da51 commit 2ae1e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/index_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
class IndexController(ControllerBase):
77
@staticmethod
88
def get():
9-
name = "Keith Williams 2"
9+
name = "Keith Williams 3"
1010
return render_template('index.html', name=name)

0 commit comments

Comments
 (0)