We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fb6a6 commit 4e27186Copy full SHA for 4e27186
example/config/main.go
@@ -49,7 +49,7 @@ func Index(ctx dotweb.Context) error {
49
50
func GetAppSet(ctx dotweb.Context) error {
51
key := ctx.QueryString("key")
52
- return ctx.WriteString(ctx.Request().Url(), " => key = ", ctx.AppSetConfig().GetString(key))
+ return ctx.WriteString(ctx.Request().Url(), " => key = ", ctx.ConfigSet().GetString(key))
53
}
54
55
func DefaultPanic(ctx dotweb.Context) error {
0 commit comments