We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62dc42 commit 0037f23Copy full SHA for 0037f23
services/holder/app.py
@@ -15,7 +15,7 @@
15
16
@app.route("/")
17
def hello_world():
18
- return "<p>Hello, World!</p>"
+ return "<p>Hello, World</p>"
19
20
@app.route("/log/topic/<topic>/", methods=['POST'])
21
def acapy_event_handler(topic):
services/verifier/app.py
@@ -16,7 +16,7 @@
22
0 commit comments