mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -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) =>
|
||||
@updateFetchDataState "Fetching invoices #{Object.keys(invoices).length}..."
|
||||
options =
|
||||
url: '/db/analytics_stripe_invoice/-/all'
|
||||
url: '/db/analytics.stripe.invoice/-/all'
|
||||
method: 'GET'
|
||||
options.error = (model, response, options) =>
|
||||
return if @destroyed
|
||||
|
|
Loading…
Reference in a new issue