Compare commits
2 commits
5da9f67c6d
...
f2db68d186
Author | SHA1 | Date | |
---|---|---|---|
f2db68d186 | |||
e4dac39e93 |
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "aci",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "auto checkin",
|
||||
"content_scripts":[
|
||||
{
|
||||
|
|
|
@ -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