|
@@ -14,7 +14,7 @@ urls = [
|
|
|
(r'/data/channel_stat/active', ChannelActive),
|
|
|
(r'/data/channel_stat/order_trend', ChannelOrderTrend),
|
|
|
(r'/data/channel_stat/channel', ChannelSummary),
|
|
|
- (r'/data/pitcher/channelSummary', ChannelPitcherSummary),
|
|
|
+ (r'/data/pitcher/channel', ChannelPitcherSummary),
|
|
|
(r'/data/pitcher/trend', PitcherTrend),
|
|
|
|
|
|
|