Skip to content

Commit

Permalink
display server info
Browse files Browse the repository at this point in the history
  • Loading branch information
bligneri committed Nov 12, 2024
1 parent 252b450 commit ed6a073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/graph/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ func StartServer(outputDir string) {
http.ServeFile(w, r, filePath)
})

fmt.Println("Serving files on http://localhost:8080")
fmt.Printf("Serving files from %s on http://localhost:8080", outputDir)
http.ListenAndServe(":8080", nil)
}

0 comments on commit ed6a073

Please sign in to comment.