gowiki/pkg/core/const.go
2018-10-27 16:05:17 +02:00

13 lines
199 B
Go

// Copyright (C) 2018 Marius Schellenberger
package core
const (
IndexPage = "Index"
WikiSection = "wiki"
IndexURI = WikiSection + "/" + IndexPage
LoginURI = "/login"
TotpURI = "/totp"
)