Soft delete device
This commit is contained in:
@@ -29,7 +29,7 @@ func runTestServer() *httptest.Server {
|
||||
|
||||
shared.Init()
|
||||
r := gin.Default()
|
||||
r.POST("/device_info", SaveDeviceInfofunc)
|
||||
r.POST("/device_info", SaveDeviceInfo)
|
||||
return httptest.NewServer(r)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user