fixed template errors

This commit is contained in:
Wyatt Johnson
2017-12-07 11:05:42 -07:00
parent 83d4408ddf
commit 454fa752e2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
}
}
// We don't use safe-serialize for location, because it's not client input.
var fetchURL = locationQuery(otherParams, '<%= endpointURL %>');
var fetchURL = locationQuery(otherParams, '<%= BASE_URL %><%= endpointURL %>');
// Defines a GraphQL fetcher using the fetch API.
function graphQLFetcher(graphQLParams) {