subhub/handlers/path.go

8 lines
154 B
Go
Raw Normal View History

2019-09-07 14:54:53 +00:00
package handlers
// GetFullHostName return string
func GetFullHostName() string {
// TODO make it at config
return "http://" + "localhost" + ":8090"
}