소스 검색

Fix configuration bug

Arkadiusz Ryś 2 년 전
부모
커밋
d4bfc393e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"