Correctly spell reconcile
This commit is contained in:
parent
11365e3297
commit
dd7771d535
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ func main() {
|
|||
fmt.Fprintf(w, "%s\n", code)
|
||||
})
|
||||
|
||||
http.HandleFunc("/v1/directory/reconsole", func(w http.ResponseWriter, r *http.Request) {
|
||||
http.HandleFunc("/v1/directory/reconcile", func(w http.ResponseWriter, r *http.Request) {
|
||||
log.Printf("%s", r.Body)
|
||||
})
|
||||
log.Fatal(http.ListenAndServe(":8082", nil))
|
||||
|
|
Loading…
Reference in a new issue