From 8a20253953de2fb344c155171ba4ff8f05f5aaee Mon Sep 17 00:00:00 2001 From: Rafael Queiroz <40036270+Ralfael@users.noreply.github.com> Date: Fri, 29 Aug 2025 14:59:56 -0300 Subject: [PATCH] Update api.js --- assets/js/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/api.js b/assets/js/api.js index 29f0a21e9..0b8471916 100644 --- a/assets/js/api.js +++ b/assets/js/api.js @@ -1,6 +1,6 @@ async function fetchProfileData() { - const url = 'https://raw.githubusercontent.com/digitalinnovationone/js-developer-portfolio/main/data/profile.json'; + const url ='https://raw.githubusercontent.com/digitalinnovationone/js-developer-portfolio/main/data/profile.json'; const response = await fetch(url) const profileData = await response.json() return profileData