Skip to content

Commit

Permalink
B"H
Browse files Browse the repository at this point in the history
  • Loading branch information
ymerkos authored Dec 5, 2024
1 parent 0db6b25 commit b983c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<script src="./nav.js"></script>
<script>
//B"H
var base = "https://awtsmoos.42web.io/";
var base = "https://awtsmoos.whf.bz";
var signup = document.getElementById("signup");
var signin = document.getElementById("signin");
signin.onclick = () => {
Expand Down Expand Up @@ -88,7 +88,7 @@

(async () => {
var sesh = await (
await fetch(location.origin, {
await fetch(base, {
method: "POST",
body: new URLSearchParams({
action: "session"
Expand Down

0 comments on commit b983c02

Please sign in to comment.