Auto start Syncthing and Syncthing-inotify.
[src/xds/xds-server.git] / lib / apiv1 / config.go
index a2817a0..326b6fa 100644 (file)
@@ -36,7 +36,7 @@ func (s *APIService) setConfig(c *gin.Context) {
 
        s.log.Debugln("SET config: ", cfgArg)
 
-       if err := s.cfg.UpdateAll(cfgArg); err != nil {
+       if err := s.mfolder.UpdateAll(cfgArg); err != nil {
                common.APIError(c, err.Error())
                return
        }