diff options
| author | Jeff Carr <[email protected]> | 2024-10-26 07:28:19 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-26 07:28:19 -0500 |
| commit | 9020957ee73741a3f120ff7fd9f9afcb517e02ed (patch) | |
| tree | 44b280079987be31584218f6d684941879998454 /http.go | |
| parent | 0dc393896c640d220a0825b56cc991e91963b7f9 (diff) | |
new config files
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -58,12 +58,14 @@ func okHandler(w http.ResponseWriter, r *http.Request) { return } - if tmp == "/writeconfig" { - writeConfigFile() - writeConfigFileDroplets() - fmt.Fprintln(w, "OK") - return - } + /* + if tmp == "/writeconfig" { + writeConfigFile() + writeConfigFileDroplets() + fmt.Fprintln(w, "OK") + return + } + */ if tmp == "/dumplibvirtxml" { virtigoxml.DumpLibvirtxmlDomainNames() |
