Publish

This commit is contained in:
2023-11-18 14:30:35 +08:00
parent 61ab586f4f
commit 5ae31d8a07
10 changed files with 150 additions and 7 deletions

View File

@ -34,7 +34,7 @@ func main() {
if err := sign.ReadInConfig(viper.GetString("paths.configs")); err != nil {
log.Panic().Err(err).Msg("An error occurred when loading configurations.")
} else {
log.Debug().Any("sites", sign.C).Msg("All configuration has been loaded.")
log.Debug().Any("sites", sign.App).Msg("All configuration has been loaded.")
}
// Init hypertext server