Skip to content

Commit

Permalink
restore default
Browse files Browse the repository at this point in the history
  • Loading branch information
emicklei committed Jun 21, 2024
1 parent a79298a commit 9d1dac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hidden/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ func main() {
x.Start(structexplorer.Options{
HTTPPort: 5656,
ServeMux: http.DefaultServeMux,
HTTPBasePath: "x",
HTTPBasePath: "/",
})
}

0 comments on commit 9d1dac7

Please sign in to comment.