This commit is contained in:
+1
-1
@@ -358,7 +358,7 @@ func main() {
|
||||
http.HandleFunc("/images/upload", server.handleImageUpload)
|
||||
http.HandleFunc("/images/download", server.handleImageDownload)
|
||||
|
||||
fmt.Printf("OpenClimb sync server v%s starting on port %s\n", VERSION, port)
|
||||
fmt.Printf("Ascently sync server v%s starting on port %s\n", VERSION, port)
|
||||
fmt.Printf("Data file: %s\n", dataFile)
|
||||
fmt.Printf("Images directory: %s\n", imagesDir)
|
||||
fmt.Printf("Health check available at /health\n")
|
||||
|
||||
Reference in New Issue
Block a user