Skip to content

Commit f7e1485

Browse files
authored
Update README.md
1 parent 1c1bc4a commit f7e1485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ let res = onQueueITRequest(req, integrationDetails);
7171
if (res != null) {
7272
Fastly.respondWith(res!);
7373
} else {
74-
const myOrigin = 'Ticketania';
74+
const myOrigin = 'origin';
7575
const cacheOverride = new Fastly.CacheOverride();
7676
const res = Fastly.fetch(req, {
7777
backend: myOrigin,

0 commit comments

Comments
 (0)