diff --git a/extension/src/background.js b/extension/src/background.js index 6ef03c6..cc98aa2 100644 --- a/extension/src/background.js +++ b/extension/src/background.js @@ -48,6 +48,7 @@ function interceptSubmit(details) { }); fetch('https://aci-api.ashhhleyyy.dev/api/codes?' + query, { + method: 'POST', headers: { 'content-type': 'application/json', }, diff --git a/extension/src/config.js b/extension/src/config.js index ca7ffa8..54469e2 100644 --- a/extension/src/config.js +++ b/extension/src/config.js @@ -1,2 +1,2 @@ -//this.SERVER_URL = 'https://aci-api.ashhhleyyy.dev'; -this.SERVER_URL = 'http://localhost:8000'; +this.SERVER_URL = 'https://aci-api.ashhhleyyy.dev'; +//this.SERVER_URL = 'http://localhost:8000';