summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-05-15 21:01:14 +0300
committerPaul Buetow <paul@buetow.org>2024-05-15 21:01:14 +0300
commit51ebb1e131818f9b23dd25dea5be841a90476d50 (patch)
tree83d7d81fb6528a37177f7f17ebb112beaee9325c /cmd
parentb97854c8ec2665887121d773ab994a09ca768adb (diff)
initial merge operation
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gosd/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gosd/main.go b/cmd/gosd/main.go
index 06a0353..f8173b7 100644
--- a/cmd/gosd/main.go
+++ b/cmd/gosd/main.go
@@ -39,7 +39,7 @@ func main() {
})
serv.Handle("merge", func(w http.ResponseWriter, r *http.Request) error {
- return handle.Merge(w, r, conf.DataDir)
+ return handle.Merge(w, r, conf)
})
log.Println("Server is starting on", conf.ListenAddr)