|
|
|
@ -175,8 +175,8 @@ func InitRoutes(apper Apper, r *mux.Router) *mux.Router { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// All the existing stuff
|
|
|
|
|
write.HandleFunc(draftEditPrefix+"/{action}/edit", handler.Web(handleViewPad, UserLevelOptional)).Methods("GET") |
|
|
|
|
write.HandleFunc(draftEditPrefix+"/{action}/meta", handler.Web(handleViewMeta, UserLevelOptional)).Methods("GET") |
|
|
|
|
write.HandleFunc(draftEditPrefix+"/{action}/edit", handler.Web(handleViewPad, UserLevelUser)).Methods("GET") |
|
|
|
|
write.HandleFunc(draftEditPrefix+"/{action}/meta", handler.Web(handleViewMeta, UserLevelUser)).Methods("GET") |
|
|
|
|
// Collections
|
|
|
|
|
if apper.App().cfg.App.SingleUser { |
|
|
|
|
RouteCollections(handler, write.PathPrefix("/").Subrouter()) |
|
|
|
|