fix(extension): final stuff to get this working
Some checks are pending
Publish docker image / Publish (push) Waiting to run
Some checks are pending
Publish docker image / Publish (push) Waiting to run
This commit is contained in:
parent
04074cab37
commit
2425cab043
2 changed files with 3 additions and 2 deletions
|
@ -48,6 +48,7 @@ function interceptSubmit(details) {
|
|||
});
|
||||
|
||||
fetch('https://aci-api.ashhhleyyy.dev/api/codes?' + query, {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'content-type': 'application/json',
|
||||
},
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue