mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 07:25:35 +00:00
feat: privacy page with translation
refactor: apply prettier conf to all files feat: terms of use with translation
This commit is contained in:
@@ -15,7 +15,7 @@ interface Favicon {
|
||||
|
||||
export default async function handler(
|
||||
req: NextApiRequest,
|
||||
res: NextApiResponse
|
||||
res: NextApiResponse,
|
||||
) {
|
||||
const urlParam = (req.query?.url as string) || "";
|
||||
if (!urlParam) {
|
||||
|
||||
Reference in New Issue
Block a user