move searxng.ts and update imports
This commit is contained in:
parent
5b15bcfe17
commit
6c218b5fee
5 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import express from 'express';
|
||||
import { searchSearxng } from '../lib/searxng';
|
||||
import { searchSearxng } from '../lib/searchEngines/searxng';
|
||||
import logger from '../utils/logger';
|
||||
|
||||
const router = express.Router();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue