Skip to content

Commit 629df9e

Browse files
authored
Merge pull request #9 from software-mansion-labs/replace-api-url
feat: replace api url
2 parents aebda2b + dd4bf28 commit 629df9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/getDeferredLink.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
} from '../utils/fingerprint';
88
import * as Application from 'expo-application';
99

10-
const API_URL = 'https://detour-poc.vercel.app/api/link/match-link';
10+
const API_URL = 'https://godetour.app/api/link/match-link';
1111

1212
const sendFingerprint = async ({
1313
API_KEY,

0 commit comments

Comments
 (0)