Skip to content

Commit

Permalink
Enable local-004
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter committed Aug 17, 2024
1 parent de95cd3 commit 595681d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apollo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ useIntervalFn(() => {
}
}, 60_000)

export const localApis = ['', 'local-001', 'local-002', 'local-003', 'dev']
export const localApis = ['', 'local-001', 'local-002', 'local-003', 'local-004', 'dev']
export const localManual = useLocalStorage<string>('rs-local-api', null)
const manualReachable = useFetch(
computed(() => localManual.value === 'dev'
Expand Down

0 comments on commit 595681d

Please sign in to comment.