Skip to content

Commit af7bbe4

Browse files
add root route to satisfy health check
1 parent 78fb964 commit af7bbe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
test_routes = Blueprint('test_routes', __name__)
77

88
# A simple JSON response that always succeeds
9+
@test_routes.route('/')
910
@test_routes.route('/test')
1011
def test():
1112
return {}

0 commit comments

Comments
 (0)