Skip to content

Commit 0037f23

Browse files
update services code
Signed-off-by: usingtechnology <tools@usingtechnolo.gy>
1 parent d62dc42 commit 0037f23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/holder/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
@app.route("/")
1717
def hello_world():
18-
return "<p>Hello, World!</p>"
18+
return "<p>Hello, World</p>"
1919

2020
@app.route("/log/topic/<topic>/", methods=['POST'])
2121
def acapy_event_handler(topic):

services/verifier/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
@app.route("/")
1818
def hello_world():
19-
return "<p>Hello, World!</p>"
19+
return "<p>Hello, World</p>"
2020

2121
@app.route("/log/topic/<topic>/", methods=['POST'])
2222
def acapy_event_handler(topic):

0 commit comments

Comments
 (0)