fix(extension): final stuff to get this working
Some checks are pending
Publish docker image / Publish (push) Waiting to run

This commit is contained in:
Ashhhleyyy 2024-02-19 17:55:49 +00:00
parent 04074cab37
commit 2425cab043
Signed by: ash
GPG key ID: 83B789081A0878FB
2 changed files with 3 additions and 2 deletions

View file

@ -48,6 +48,7 @@ function interceptSubmit(details) {
}); });
fetch('https://aci-api.ashhhleyyy.dev/api/codes?' + query, { fetch('https://aci-api.ashhhleyyy.dev/api/codes?' + query, {
method: 'POST',
headers: { headers: {
'content-type': 'application/json', 'content-type': 'application/json',
}, },

View file

@ -1,2 +1,2 @@
//this.SERVER_URL = 'https://aci-api.ashhhleyyy.dev'; this.SERVER_URL = 'https://aci-api.ashhhleyyy.dev';
this.SERVER_URL = 'http://localhost:8000'; //this.SERVER_URL = 'http://localhost:8000';