added initial sources
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
*/__pycache__
|
*/__pycache__
|
||||||
*/__pycache__/*
|
*/__pycache__/*
|
||||||
.tmp
|
.tmp
|
||||||
|
frontend/dist/*
|
||||||
|
|||||||
@@ -18,7 +18,9 @@ async function InitializeLocalStorage() {
|
|||||||
if (!localStorage.getItem('config')) {
|
if (!localStorage.getItem('config')) {
|
||||||
localStorage.setItem('config', JSON.stringify({
|
localStorage.setItem('config', JSON.stringify({
|
||||||
servers: [{
|
servers: [{
|
||||||
"https://getfigleaf.com": {}
|
"https://getfigleaf.com": {},
|
||||||
|
"https://hottubapp.io": {},
|
||||||
|
"https://hottub.spacemoehre.de": {},
|
||||||
}]
|
}]
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user