Update plugins/hentai.js
Browse files- plugins/hentai.js +1 -1
plugins/hentai.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import express from 'express';
|
2 |
-
import { AnimeHentai } from '../scrapper.js';
|
3 |
const HentaiRoutes = express.Router();
|
4 |
|
5 |
/**
|
|
|
1 |
import express from 'express';
|
2 |
+
import { AnimeHentai } from '../lib/scrapper.js';
|
3 |
const HentaiRoutes = express.Router();
|
4 |
|
5 |
/**
|