forked from jason/cpolis
Deleted hints of custom preview function
This commit is contained in:
@@ -12,7 +12,6 @@ import (
|
||||
|
||||
func init() {
|
||||
gob.Register(b.User{})
|
||||
gob.Register(f.EditorHTMLData{})
|
||||
}
|
||||
|
||||
func main() {
|
||||
@@ -74,7 +73,6 @@ func main() {
|
||||
mux.HandleFunc("POST /add-tag", f.AddTag(config, db, store))
|
||||
mux.HandleFunc("POST /add-user", f.AddUser(config, db, store))
|
||||
mux.HandleFunc("POST /login", f.Login(config, db, store))
|
||||
mux.HandleFunc("POST /preview-article", f.PreviewArticle(config, store))
|
||||
mux.HandleFunc("POST /resubmit-article/{id}", f.ResubmitArticle(config, db, store))
|
||||
mux.HandleFunc("POST /submit-article", f.SubmitArticle(config, db, store))
|
||||
mux.HandleFunc("POST /update-self", f.UpdateSelf(config, db, store))
|
||||
|
Reference in New Issue
Block a user