Update packages/backend/src/server/api/endpoints/notes/search.ts
Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
This commit is contained in:
parent
dfeebb7e36
commit
490cb52d48
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import $ from 'cafy';
|
||||
import searchClient from '../../../../db/searchClient';
|
||||
import searchClient from '@/db/searchClient';
|
||||
import define from '../../define';
|
||||
import { Notes } from '@/models/index';
|
||||
import { In } from 'typeorm';
|
||||
|
|
Loading…
Reference in a new issue