File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- # IBM IoT
1+ # this is how to connect to the database.
22MARIADB_HOST =
33MARIADB_PORT =
44MARIADB_USERNAME =
Original file line number Diff line number Diff line change 88@app .route ('/' )
99def index ():
1010 return render_template ("index.html" )
11+ # this is me typing a comment in the application, it's weird that i have to do this.
12+ # this is me adding another comment trying to figure something out.
1113
1214
1315@app .route ("/healthz" )
1416def healthz ():
1517 resp = Response ("ok" )
1618 resp .headers ['Custom-Header' ] = 'Awesome'
19+ # this is awesome tying things
1720 return resp
1821
1922if __name__ == "__main__" :
Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ applications:
44 memory : 256M
55 instances : 1
66 port : 5000
7-
7+
8+ # this is me adding another comment.
You can’t perform that action at this time.
0 commit comments