Skip to content

Commit

Permalink
fix: server health
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Aug 30, 2024
1 parent 54c8b1a commit c6b2ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server_health.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import time
import sys

url = "http://localhost:5000/metrics"
url = "http://127.0.0.1:5000/metrics"

def main():
try:
Expand Down

0 comments on commit c6b2ced

Please sign in to comment.