mobile hackery

This commit is contained in:
Ginger Wong
2020-06-15 15:45:55 -07:00
parent 08d20a1096
commit 4497cc86c2
6 changed files with 60 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ class Config {
}
async init() {
const configFileLocation = "js/config.json";
const configFileLocation = "./js/config.json";
try {
const response = await fetch(configFileLocation);