Skip to content

Commit

Permalink
change api-endpoint to .com
Browse files Browse the repository at this point in the history
  • Loading branch information
im-calvin committed Oct 26, 2023
1 parent b29f81f commit 38a7333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { readFileSync, writeFile } = require("node:fs");
const { desktopCapturer } = require("electron");
require("dotenv").config();

API_ENDPOINT = "https://3fa.bxian03.systems/";
API_ENDPOINT = "https://3fa.bxian03.com/";

require("update-electron-app")({
updateInterval: "1 hour",
Expand Down

0 comments on commit 38a7333

Please sign in to comment.