Refactoring some code
[ric-plt/rtmgr.git] / pkg / nbi / control.go
index 2ed63d8..91f2475 100644 (file)
@@ -74,7 +74,7 @@ func (c *Control) Run() {
 }
 
 func (c *Control) SymptomDataHandler(w http.ResponseWriter, r *http.Request) {
-       resp, _ := dumpDebugData()
+       resp, _ := DumpDebugData()
        xapp.Resource.SendSymptomDataJson(w, r, resp, "platform/rttable.json")
 }