Skip to content

Commit

Permalink
chore: Update Ecosystem API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Apr 17, 2024
1 parent 5fa4dbc commit 7aba1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ecosystem/Packages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ref, computed, onMounted } from 'vue'
import { uniqBy } from './helpers'
import { useQuery } from './useQuery'
const packageSource = 'https://ecosystem.feathershq.workers.dev/'
const packageSource = 'https://ecosystem.featherscloud.workers.dev/'
const makeDate = (obj: Record<string, any>, key: string) => {
if (obj[key]) {
Expand Down

0 comments on commit 7aba1d0

Please sign in to comment.