INNER CODE UNIT · Go

logUIendpointURL

photoview/photoview · api/server.go:162

func logUIendpointURL() {
	if uiEndpoints := utils.UiEndpointUrls(); len(uiEndpoints) > 0 {
		log.Printf("Photoview UI public endpoint(s) ready at: %q\n", uiEndpoints)
	} else {
		log.Println("Photoview UI public endpoint ready at /")
	}
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…