diff --git a/extension/src/components/PullShortcutsButton.tsx b/extension/src/components/PullShortcutsButton.tsx index c05e2bb0..07ffd02b 100644 --- a/extension/src/components/PullShortcutsButton.tsx +++ b/extension/src/components/PullShortcutsButton.tsx @@ -24,7 +24,7 @@ const PullShortcutsButton = () => { setIsPulling(true); const { data: { shortcuts }, - } = await axios.get(`${domain}/api/v2/shortcut`, { + } = await axios.get(`${domain}/api/v2/shortcuts`, { headers: { Authorization: `Bearer ${accessToken}`, },