forked from forgejo/forgejo
wiki: finish new
This commit is contained in:
parent
c50a3503e6
commit
392f3ee210
15 changed files with 474 additions and 2236 deletions
|
@ -534,6 +534,7 @@ func runWeb(ctx *cli.Context) {
|
|||
|
||||
m.Group("/wiki", func() {
|
||||
m.Get("/?:page", repo.Wiki)
|
||||
m.Get("/_list", repo.WikiList)
|
||||
|
||||
m.Group("", func() {
|
||||
m.Combo("/_new").Get(repo.NewWiki).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue