mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
add dashboard context switch button
This commit is contained in:
parent
c280415e0b
commit
bf703ef617
4 changed files with 57 additions and 2 deletions
|
@ -96,7 +96,7 @@ func runWeb(*cli.Context) {
|
|||
r.Get("/stars", user.Stars)
|
||||
}, reqSignIn)
|
||||
|
||||
m.Group("/api", func(r martini.Router) {
|
||||
m.Group("/api", func(_ martini.Router) {
|
||||
m.Group("/v1", func(r martini.Router) {
|
||||
// Miscellaneous.
|
||||
r.Post("/markdown", bindIgnErr(apiv1.MarkdownForm{}), v1.Markdown)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue