This commit is contained in:
2025-12-09 19:06:53 +01:00
parent 17777bae38
commit 11aeb1b327
2 changed files with 7 additions and 3 deletions

View File

@@ -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 {