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

Commit

Permalink
chaneg api
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Sep 12, 2024
1 parent 985e10d commit 4744b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const elm_editor_dark = document.querySelector(".editor_dark");
const APP_URL = "https://auth.salamlang.ir";
const APP_URL_VERIFY_TOKEN = APP_URL + "/api/v1/verify_token";
const APP_URL_SAVE = APP_URL + "/api/v1/codes/save";
const APP_URL_GET_CODE = APP_URL + "/api/v1/codes";
const APP_URL_GET_CODE = APP_URL + "/api/v1/code";

// Variables
let token;
Expand Down

0 comments on commit 4744b39

Please sign in to comment.