Home
last modified time | relevance | path

Searched refs:existingPost (Results 1 – 2 of 2) sorted by relevance

/dports/www/writefreely/writefreely-0.13.1/
H A Droutes.go144 …apiColls.HandleFunc("/{alias}/posts/{post:[a-zA-Z0-9]{10}}", handler.All(existingPost)).Methods("P…
159 posts.HandleFunc("/{post:[a-zA-Z0-9]{10}}", handler.All(existingPost)).Methods("POST", "PUT")
H A Dposts.go661 func existingPost(app *App, w http.ResponseWriter, r *http.Request) error { func