Skip to content

Commit dd1daa7

Browse files
committed
Fixed route
1 parent b841509 commit dd1daa7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/bigquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
jobConfig: jobConfig,
4343
appId: AV.applicationId
4444
}
45-
var request = AV._request("bigquery/jobs", name, null, 'POST',
45+
var request = AV._request("bigquery", 'jobs', null, 'POST',
4646
AV._encode(data, null, true));
4747

4848
return request.then(function(resp) {

lib/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@
391391
route !== "cloudQuery" &&
392392
route !== "qiniu" &&
393393
route !== "statuses" &&
394+
route !== "bigquery" &&
394395
route !== 'search/select' &&
395396
route !== 'subscribe/statuses/count' &&
396397
route !== 'subscribe/statuses' &&

0 commit comments

Comments
 (0)