Skip to content
This repository was archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Switch to using akpmakes for API for CORS
Browse files Browse the repository at this point in the history
Switch to using ci.akpmakes.tech for the API, as ci.ender.zone doesn't
have CORS enabled.
  • Loading branch information
mdcfe committed Feb 15, 2018
1 parent be6c1a4 commit dd61566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const mainCI = "https://ci.ender.zone/job/EssentialsX/";
const mirrorCI = "https://ci.akpmakes.tech/job/EssentialsX/";

axios.defaults.baseURL = mainCI;
axios.defaults.baseURL = mirrorCI; // ender.zone doesn't allow CORS

const landing = {
html: `
Expand Down

0 comments on commit dd61566

Please sign in to comment.