1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

chore(test): adds test for proxy mode (#2490)

This commit is contained in:
Amir Raminfar
2023-11-11 13:22:06 -08:00
committed by GitHub
parent 009529f20e
commit f8a9396f6e
8 changed files with 111 additions and 47 deletions

View File

@@ -80,5 +80,5 @@ func createHandler(client DockerClient, content fs.FS, config Config) *chi.Mux {
}
func createDefaultHandler(client DockerClient) *chi.Mux {
return createHandler(client, nil, Config{Base: "/", AuthProvider: NONE})
return createHandler(client, nil, Config{Base: "/", Authorization: Authorization{Provider: NONE}})
}