We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ca7f1 commit 4d8292aCopy full SHA for 4d8292a
1 file changed
internal/server/server.go
@@ -64,6 +64,7 @@ func Start(ctx context.Context, conf *config.Config) {
64
conf.BaseUri(config.ApiUri + "/zip"),
65
conf.BaseUri(config.ApiUri + "/albums"),
66
conf.BaseUri(config.ApiUri + "/labels"),
67
+ conf.BaseUri(config.ApiUri + "/videos"),
68
})))
69
}
70
0 commit comments