Skip to content

Commit

Permalink
add local-002
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter committed Jul 9, 2023
1 parent edeea35 commit 68993fa
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 @@ -21,7 +21,7 @@ useIntervalFn(() => {
}
}, 60_000)

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

0 comments on commit 68993fa

Please sign in to comment.