Skip to content

Commit a1100fb

Browse files
committed
Hardcode second domain as tmp fix for custom domain/address
1 parent b7a7786 commit a1100fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/handlers/links.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const create: Handler = async (req: CreateLinkReq, res) => {
5151
domain,
5252
expire_in
5353
} = req.body;
54-
const domain_id = 1;
54+
const domain_id = 2;
5555

5656
const targetDomain = utils.removeWww(URL.parse(target).hostname);
5757

0 commit comments

Comments
 (0)