Explorar el Código

Fix configuration bug

Arkadiusz Ryś hace 2 años
padre
commit
d4bfc393e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      data/configuration.toml

+ 1 - 1
data/configuration.toml

@@ -15,6 +15,6 @@ namespace = "https://ontology.rys.app/dt/function/example"
 call = "example_service"
 
 [[services]]
-name = "outliers"
+name = "conversion"
 namespace = "https://ontology.rys.app/dt/function/conversion"
 call = "conversion_service"