Bluesky app fork with some witchin' additions 💫

fix echoprom config

+7 -1
+7 -1
bskyweb/cmd/embedr/server.go
··· 154 154 RedirectCode: http.StatusFound, 155 155 })) 156 156 157 - e.Use(echoprometheus.NewMiddleware("")) 157 + echoprom := echoprometheus.NewMiddlewareWithConfig( 158 + echoprometheus.MiddlewareConfig{ 159 + DoNotUseRequestPathFor404: true, 160 + }, 161 + ) 162 + 163 + e.Use(echoprom) 158 164 159 165 // 160 166 // configure routes