ChandimaPrabath commited on
Commit
48060af
·
1 Parent(s): 0e62b2e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -409,7 +409,7 @@ def register_instance():
409
  def index():
410
  return f"Load Balancer is Running {load_balancer.version}"
411
 
412
- @app.route('/instances',methods=["GET"])
413
  def get_instances():
414
  return load_balancer.instances
415
 
 
409
  def index():
410
  return f"Load Balancer is Running {load_balancer.version}"
411
 
412
+ @app.route('/api/instances',methods=["GET"])
413
  def get_instances():
414
  return load_balancer.instances
415