diff --git a/src/app/challenge/page.tsx b/src/app/challenge/page.tsx index 62adaf1..f5bf703 100644 --- a/src/app/challenge/page.tsx +++ b/src/app/challenge/page.tsx @@ -11,7 +11,7 @@ import { BACKEND_URL, CHALLENGE_IP } from "~/lib/constants"; import axios from "axios"; const challengeTypes = [ - "Miscellanious", + "Miscellaneous", "Forensics", "Web", "Binary", diff --git a/src/app/challenges/page.tsx b/src/app/challenges/page.tsx index 910f307..686d699 100644 --- a/src/app/challenges/page.tsx +++ b/src/app/challenges/page.tsx @@ -7,7 +7,7 @@ import Text from "~/components/text"; import { BACKEND_URL } from "~/lib/constants"; const challengeTypes = [ - "Miscellanious", + "Miscellaneous", "Forensics", "Web", "Binary", diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 8143b03..8d5ba8d 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -1,2 +1,2 @@ -export const BACKEND_URL = "http://pwncore.lugvitc.net:11000/api"; -export const CHALLENGE_IP = "192.168.0.0"; +export const BACKEND_URL = "https://pwncore.lugvitc.net/api"; +export const CHALLENGE_IP = "ctf.lugvitc.net";