From 7a23261b8d168077b4c9e56196ab87abc42a417f Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Thu, 10 Aug 2023 15:53:58 +0530 Subject: [PATCH] syntax fix --- src/routes/instances/instances.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/instances/instances.ts b/src/routes/instances/instances.ts index a3e2058..fb94054 100644 --- a/src/routes/instances/instances.ts +++ b/src/routes/instances/instances.ts @@ -390,8 +390,8 @@ const instances: Instances[] = [ name: "Gemini Proxy", description: "Access Gemini sites from the web.", eu: "https://geminiproxy.p.projectsegfau.lt/", - short_eu: "https://gp.p.psf.lt/" - tor: "http://geminiproxy.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion", + short_eu: "https://gp.p.psf.lt/", + tor: "http://geminiproxy.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion" } ] },