Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Fixed links issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDogHusky committed Dec 25, 2023
1 parent 2496599 commit 9493bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const express = require('express');


module.exports = {
path: "/i/contact",
path: "/l/contact",
method: "get",
router: (req, res, data, logger) => {
return res.redirect('mailto://worldwild.studios@gmail.com');
Expand Down
2 changes: 1 addition & 1 deletion src/routes/discord.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const express = require('express');


module.exports = {
path: "/i/discord",
path: "/l/discord",
method: "get",
router: (req, res, data, logger) => {
return res.redirect('https://discord.gg/Vh4bnWP5tc');
Expand Down

0 comments on commit 9493bba

Please sign in to comment.