mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-19 07:04:10 +09:00
view logs
This commit is contained in:
11
routers/web/dev/buildview.go
Normal file
11
routers/web/dev/buildview.go
Normal file
@ -0,0 +1,11 @@
|
||||
package dev
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"code.gitea.io/gitea/modules/context"
|
||||
)
|
||||
|
||||
func BuildView(ctx *context.Context) {
|
||||
ctx.HTML(http.StatusOK, "dev/buildview")
|
||||
}
|
Reference in New Issue
Block a user