randydev commited on
Commit
5b043ed
·
verified ·
1 Parent(s): d34c76b

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -149,7 +149,7 @@ app.get("/api/v1/json/all", async (req, res) => {
149
  res.json(AllJsonReques);
150
  });
151
 
152
- app.get('api/v1/nsfw', async (req, res) => {
153
  try {
154
  const { url } = req.query;
155
  if (!url) {
 
149
  res.json(AllJsonReques);
150
  });
151
 
152
+ app.get('/api/v1/nsfw', async (req, res) => {
153
  try {
154
  const { url } = req.query;
155
  if (!url) {