Skip to content

Commit e004f8a

Browse files
Kaushik VaranasiKaushik Varanasi
authored andcommitted
make registrar flexible to use
1 parent c3ddd22 commit e004f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registrar/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def webhook():
3030
try:
3131
ip_address = ip
3232
requested_name = name
33-
address = "{0}:8080".format(ip)
33+
address = "{0}".format(ip)
3434
req_name = "{0}".format(name)
3535
url = 'http://localhost:2019/config/apps/http/servers/srv0/routes'
3636
myobj = {

0 commit comments

Comments
 (0)