Some initial stuff
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package blog
|
||||
|
||||
import "net/http"
|
||||
|
||||
|
||||
func (b *Backend) editorPage(w http.ResponseWriter, r *http.Request) {
|
||||
pag := r.PathValue("page")
|
||||
if
|
||||
}
|
||||
Reference in New Issue
Block a user