tangled
alpha
login
or
join now
quilling.dev
/
social-app
7
fork
atom
An ATproto social media client -- with an independent Appview.
7
fork
atom
overview
issues
pulls
pipelines
fix echoprom config
Jaz Volpert
7 months ago
4393a275
3ff42f15
+7
-1
1 changed file
expand all
collapse all
unified
split
bskyweb
cmd
embedr
server.go
+7
-1
bskyweb/cmd/embedr/server.go
···
154
154
RedirectCode: http.StatusFound,
155
155
}))
156
156
157
157
-
e.Use(echoprometheus.NewMiddleware(""))
157
157
+
echoprom := echoprometheus.NewMiddlewareWithConfig(
158
158
+
echoprometheus.MiddlewareConfig{
159
159
+
DoNotUseRequestPathFor404: true,
160
160
+
},
161
161
+
)
162
162
+
163
163
+
e.Use(echoprom)
158
164
159
165
//
160
166
// configure routes