subhub/handlers/path.go
2019-09-07 17:54:53 +03:00

8 lines
154 B
Go

package handlers
// GetFullHostName return string
func GetFullHostName() string {
// TODO make it at config
return "http://" + "localhost" + ":8090"
}