Skip to content

Commit

Permalink
Hardcode second domain as tmp fix for custom domain/address
Browse files Browse the repository at this point in the history
  • Loading branch information
hammady committed Oct 10, 2024
1 parent b7a7786 commit a1100fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/handlers/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const create: Handler = async (req: CreateLinkReq, res) => {
domain,
expire_in
} = req.body;
const domain_id = 1;
const domain_id = 2;

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

Expand Down

0 comments on commit a1100fb

Please sign in to comment.