Skip to content

Commit

Permalink
fix(route): add lemmy url
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoyu committed Sep 24, 2024
1 parent 40fe8a3 commit 68f3d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/lemmy/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const route: Route = {
requireConfig: [
{
name: 'ALLOW_USER_SUPPLY_UNSAFE_DOMAIN',
description: 'Allow user to supply unsafe domain',
description: '',
},
],
requirePuppeteer: false,
Expand Down
1 change: 1 addition & 0 deletions lib/routes/lemmy/namespace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ import type { Namespace } from '@/types';

export const namespace: Namespace = {
name: 'Lemmy',
url: 'https://join-lemmy.org/',
};

0 comments on commit 68f3d2e

Please sign in to comment.