Skip to content

Commit

Permalink
Merge pull request #27 from bcgov/code-update
Browse files Browse the repository at this point in the history
update service code
  • Loading branch information
usingtechnology authored Jan 3, 2022
2 parents a4edd80 + a1d8134 commit 1dec0ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_pr_opened.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Install/upgrade PR Instance
on:
pull_request_target:
pull_request:
branches:
- develop
paths:
Expand Down
2 changes: 1 addition & 1 deletion services/holder/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@app.route("/")
def hello_world():
return "<p>Hello, World</p>"
return "<p>Hello, World!!</p>"

@app.route("/log/topic/<topic>/", methods=['POST'])
def acapy_event_handler(topic):
Expand Down
2 changes: 1 addition & 1 deletion services/verifier/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@app.route("/")
def hello_world():
return "<p>Hello, World!</p>"
return "<p>Hello, World!!</p>"

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

0 comments on commit 1dec0ab

Please sign in to comment.