Skip to content

Commit

Permalink
Update view.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfcool committed Apr 15, 2023
1 parent d33d569 commit d8331e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit d8331e1

Please sign in to comment.