Work on getting notes API
This commit is contained in:
parent
f656757710
commit
8a4c19dd17
9 changed files with 153 additions and 11 deletions
|
@ -78,7 +78,7 @@ func buildRootHandler(
|
|||
)
|
||||
|
||||
mux.HandleFunc("/placeholder-file", func(w http.ResponseWriter, r *http.Request) {
|
||||
fmt.Fprint(w, placeholderFile)
|
||||
fmt.Fprint(w, *placeholderFile)
|
||||
})
|
||||
|
||||
return mux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue