Skip to content

Commit

Permalink
Merge pull request #48 from hcp-uw/test_CICD
Browse files Browse the repository at this point in the history
CICD testing "we did it"
  • Loading branch information
davidye007 authored Jul 18, 2024
2 parents 8730dee + 9e4e069 commit 40ad451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/backend/server_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# Start Endpoint
@app.route('/')
def hello():
return "Hello and welcome to the Receipt Plus API! Hoorayyy!"
return "Hello and welcome to the Receipt Plus API! We did it!"

# Initialize firebase admin SDK app
cred = credentials.Certificate(app.config['FIRESTORE_KEY'])
Expand Down

0 comments on commit 40ad451

Please sign in to comment.