refactor: finish use default const for defaultPagesBranch and defaultPagesRepo

This commit is contained in:
6543 2022-11-12 21:16:11 +01:00
parent c827a28dd8
commit 4565481643
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE
3 changed files with 3 additions and 4 deletions

View file

@ -15,9 +15,6 @@ import (
"codeberg.org/codeberg/pages/server/upstream"
)
const defaultPagesRepo = "pages"
const defaultPagesBranch = "pages"
func handleSubDomain(log zerolog.Logger, ctx *context.Context, giteaClient *gitea.Client,
mainDomainSuffix string,
trimmedHost string,