Files
gitea/routers/user/notification.go
2016-12-10 14:08:59 -02:00

11 lines
177 B
Go

package user
import (
"code.gitea.io/gitea/modules/context"
)
// Notifications is the notifications page
func Notifications(c *context.Context) {
panic("Not implemented")
}