Ben 1 سال پیش
والد
کامیت
86073a207d
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      internal/server/server.go

+ 2 - 0
internal/server/server.go

@@ -207,6 +207,7 @@ func convert2DtoNode(node *model.Node, seq int) *dto.Node {
 		"JP": "http://v.starttransfernow.com/static/JP.jpg",
 		"JP": "http://v.starttransfernow.com/static/JP.jpg",
 		"US": "http://v.starttransfernow.com/static/US.jpg",
 		"US": "http://v.starttransfernow.com/static/US.jpg",
 		"UK": "http://v.starttransfernow.com/static/UK.jpg",
 		"UK": "http://v.starttransfernow.com/static/UK.jpg",
+		"GB": "http://v.starttransfernow.com/static/UK.jpg",
 	}
 	}
 	countryLabels := map[string]string{
 	countryLabels := map[string]string{
 		"BR": "Brazil",
 		"BR": "Brazil",
@@ -215,6 +216,7 @@ func convert2DtoNode(node *model.Node, seq int) *dto.Node {
 		"JP": "Japan",
 		"JP": "Japan",
 		"US": "United States",
 		"US": "United States",
 		"UK": "United Kingdom",
 		"UK": "United Kingdom",
+		"GB": "United Kingdom",
 	}
 	}
 
 
 	return &dto.Node{
 	return &dto.Node{