mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
Rename Config to Server and use singular one in main
This commit is contained in:
@@ -230,7 +230,7 @@ func TestResticHandler(t *testing.T) {
|
||||
}()
|
||||
|
||||
// set append-only mode and configure path
|
||||
mux := NewHandler(Config{
|
||||
mux := NewHandler(Server{
|
||||
AppendOnly: true,
|
||||
Path: tempdir,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user