randydev commited on
Commit
fec9be0
·
verified ·
1 Parent(s): 9abcc42

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -123,7 +123,7 @@ const AllJsonReques = {
123
  }
124
  }
125
  }
126
- app.get("/alljson", async (req, res) => {
127
  res.json(AllJsonReques);
128
  });
129
 
 
123
  }
124
  }
125
  }
126
+ app.get("/api/v1/json/all", async (req, res) => {
127
  res.json(AllJsonReques);
128
  });
129