mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Fix analytics /db GET URL
This commit is contained in:
parent
21810be8eb
commit
1f962e7667
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ module.exports = class AnalyticsSubscriptionsView extends RootView
|
||||||
getAnalyticsInvoices = (done) =>
|
getAnalyticsInvoices = (done) =>
|
||||||
@updateFetchDataState "Fetching invoices #{Object.keys(invoices).length}..."
|
@updateFetchDataState "Fetching invoices #{Object.keys(invoices).length}..."
|
||||||
options =
|
options =
|
||||||
url: '/db/analytics_stripe_invoice/-/all'
|
url: '/db/analytics.stripe.invoice/-/all'
|
||||||
method: 'GET'
|
method: 'GET'
|
||||||
options.error = (model, response, options) =>
|
options.error = (model, response, options) =>
|
||||||
return if @destroyed
|
return if @destroyed
|
||||||
|
|
Loading…
Reference in a new issue