gowiki/pkg/core/const.go
2019-01-21 20:06:44 +01:00

14 lines
224 B
Go

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