mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-19 02:34:20 -05:00
Ungate campaign traffic page
This will allow us to get feedback from users. It's still not linked publicly anywhere.
This commit is contained in:
@@ -976,8 +976,7 @@ class FrontController(RedditController, OAuth2ResourceController):
|
||||
comment=None,
|
||||
content=content).render()
|
||||
|
||||
@validate(VSponsorAdmin(), # gated for development
|
||||
VTrafficViewer('link'),
|
||||
@validate(VTrafficViewer('link'),
|
||||
link=VLink('link'))
|
||||
def GET_promo_traffic(self, link):
|
||||
if link:
|
||||
|
||||
Reference in New Issue
Block a user