Explorar el Código

Update interface_influxdb.cpp (#2233)

CaCO3 hace 2 años
padre
commit
727b871fc5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      code/components/jomjol_influxdb/interface_influxdb.cpp

+ 1 - 1
code/components/jomjol_influxdb/interface_influxdb.cpp

@@ -189,7 +189,7 @@ void InfluxDBPublish(std::string _key, std::string _content, std::string _timest
 
 
 
 
     // use the default retention policy of the database
     // use the default retention policy of the database
-    std::string apiURI = _influxDBURI + "/write?db=" + _influxDBDatabase + "/";
+    std::string apiURI = _influxDBURI + "/write?db=" + _influxDBDatabase;
     apiURI.shrink_to_fit();
     apiURI.shrink_to_fit();
     http_config.url = apiURI.c_str();
     http_config.url = apiURI.c_str();