Skip to content

Commit f4f2240

Browse files
committed
update hostname in worker
1 parent 78c8f7b commit f4f2240

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/app-navigator/worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export default {
22
async fetch(request) {
33
const urlObject = new URL(request.url);
44

5-
urlObject.hostname = 'benchmark.bitrise.io';
5+
urlObject.hostname = 'app-benchmark.vercel.app';
66

77
return fetch(urlObject);
88
},

0 commit comments

Comments
 (0)