Skip to content

Commit

Permalink
Merge pull request #32 from mradigen/main
Browse files Browse the repository at this point in the history
chore: Fix typos
  • Loading branch information
mradigen authored Sep 15, 2024
2 parents 94e0779 + 22e163a commit b9517c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/challenge/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { BACKEND_URL, CHALLENGE_IP } from "~/lib/constants";
import axios from "axios";

const challengeTypes = [
"Miscellanious",
"Miscellaneous",
"Forensics",
"Web",
"Binary",
Expand Down
2 changes: 1 addition & 1 deletion src/app/challenges/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Text from "~/components/text";
import { BACKEND_URL } from "~/lib/constants";

const challengeTypes = [
"Miscellanious",
"Miscellaneous",
"Forensics",
"Web",
"Binary",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/constants.ts
Original file line number Diff line number Diff line change
@@ -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";

0 comments on commit b9517c4

Please sign in to comment.