Update index.js
Browse files
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) {
|