jmacura 5 년 전
부모
커밋
09de9e6b94
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -19,7 +19,7 @@ app.use(express.json());
 app.use(cors())
 
 /* Dummy web service call without the method specified */
-app.get(serviceBase, (req, res) => {
+app.get(_serviceBase, (req, res) => {
     res.send('Rural attractivness web service');
 });