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

Commit

Permalink
update js
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Sep 9, 2024
1 parent 312c0b7 commit b7c7d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "../../node_modules/sweetalert2/dist/sweetalert2.all.min.js"
import Swal from "sweetalert2";

document.addEventListener("DOMContentLoaded", () => {
const APP_URL = "https://api.salamlang.ir/";
const APP_URL = ""; // Empty so it will use current domain
const $ = document;
const elm_AuthBtn = $.querySelector("button#Auth");
const elm_LoginBtn = $.querySelector("button#LoginBtn");
Expand Down

0 comments on commit b7c7d42

Please sign in to comment.