You've already forked pocketbase
mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-11-24 15:14:30 +02:00
fixed comment typo
This commit is contained in:
@@ -79,7 +79,7 @@ func Serve(app core.App, config ServeConfig) error {
|
|||||||
|
|
||||||
pbRouter.GET("/_/{path...}", Static(ui.DistDirFS, false)).
|
pbRouter.GET("/_/{path...}", Static(ui.DistDirFS, false)).
|
||||||
BindFunc(func(e *core.RequestEvent) error {
|
BindFunc(func(e *core.RequestEvent) error {
|
||||||
// ingore root path
|
// ignore root path
|
||||||
if e.Request.PathValue(StaticWildcardParam) != "" {
|
if e.Request.PathValue(StaticWildcardParam) != "" {
|
||||||
e.Response.Header().Set("Cache-Control", "max-age=1209600, stale-while-revalidate=86400")
|
e.Response.Header().Set("Cache-Control", "max-age=1209600, stale-while-revalidate=86400")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user