There was an error while loading. Please reload this page.
1 parent b7a7786 commit a1100fbCopy full SHA for a1100fb
1 file changed
server/handlers/links.ts
@@ -51,7 +51,7 @@ export const create: Handler = async (req: CreateLinkReq, res) => {
51
domain,
52
expire_in
53
} = req.body;
54
- const domain_id = 1;
+ const domain_id = 2;
55
56
const targetDomain = utils.removeWww(URL.parse(target).hostname);
57
0 commit comments