This commit is contained in:
Sean Macdonald 2021-09-04 19:34:03 -04:00 committed by Thomas Müller
parent 000cff4de4
commit 22b9a19975
1 changed files with 3 additions and 3 deletions

View File

@ -106,9 +106,9 @@ func Serve() {
protocol = "https"
}
if Flags.CorsOrigin != "" {
stdout.Printf("CORS origin header is %s", Flags.CorsOrigin)
}
if Flags.CorsOrigin != "" {
stdout.Printf("CORS origin header is %s", Flags.CorsOrigin)
}
if Flags.HttpSock == "" {
stdout.Printf("You can now upload files to: %s://%s%s", protocol, address, basepath)