We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1bc4a commit f7e1485Copy full SHA for f7e1485
README.md
@@ -71,7 +71,7 @@ let res = onQueueITRequest(req, integrationDetails);
71
if (res != null) {
72
Fastly.respondWith(res!);
73
} else {
74
- const myOrigin = 'Ticketania';
+ const myOrigin = 'origin';
75
const cacheOverride = new Fastly.CacheOverride();
76
const res = Fastly.fetch(req, {
77
backend: myOrigin,
0 commit comments