fixes
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import {FastifyReply, FastifyRequest} from 'fastify';
|
||||
import * as galleryService from './gallery.service';
|
||||
import {AddFavoriteBody, RemoveFavoriteParams} from '../types'
|
||||
|
||||
export async function search(req: any, reply: FastifyReply) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user