Skip to content

Commit

Permalink
Added github path to items.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnajman committed Dec 15, 2023
1 parent 2902b71 commit 882315d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/modules/items/items-display.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const itemsList = document.getElementById("items-list")
const itemTemplate = document.getElementById("item-template")

export default async function itemsDisplay() {
const ITEM_TPLS_API = "../items.json"
const ITEM_TPLS_API = "https://github.com/chrisnajman/filter-items/items.json"
const loadingMessage = document.getElementById("loading-message")
try {
const response = await fetch(ITEM_TPLS_API)
Expand Down

0 comments on commit 882315d

Please sign in to comment.