Correctly spell reconcile

This commit is contained in:
Finn Herzfeld 2018-12-05 13:19:28 -08:00
parent 11365e3297
commit dd7771d535

View file

@ -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))