Fix analytics /db GET URL

This commit is contained in:
Matt Lott 2015-11-22 09:26:32 -08:00
parent 21810be8eb
commit 1f962e7667

View file

@ -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