diff --git a/js/view.js b/js/view.js index fab082a..08488f6 100644 --- a/js/view.js +++ b/js/view.js @@ -3,7 +3,7 @@ const view = {}; view.get = async (file, callback, _fetch, ext = false) => { const http = _fetch ?? fetch; - const base = _fetch ?? "https://jmfcool.com/"; + const base = "https://jmfcool.com/"; try {