Skip to content

Commit 4d8292a

Browse files
committed
Videos: Exclude API from gzip compression #1937
1 parent 62ca7f1 commit 4d8292a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/server/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ func Start(ctx context.Context, conf *config.Config) {
6464
conf.BaseUri(config.ApiUri + "/zip"),
6565
conf.BaseUri(config.ApiUri + "/albums"),
6666
conf.BaseUri(config.ApiUri + "/labels"),
67+
conf.BaseUri(config.ApiUri + "/videos"),
6768
})))
6869
}
6970

0 commit comments

Comments
 (0)