Skip to content

Commit ac494ac

Browse files
committed
change contact user agent
1 parent f1b713e commit ac494ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/routes/routes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func RegisterRoutes(r *gin.Engine, cfg *config.Config) {
1818

1919
transport := &HeaderTransport{
2020
headers: map[string]string{
21-
"User-Agent": "OpenGallery/1.0 (jdlc.andy@gmail.com)",
21+
"User-Agent": "OpenGallery/1.0 (Open Gallery Extension)",
2222
"Accept": "application/json",
2323
},
2424
base: http.DefaultTransport,

0 commit comments

Comments
 (0)