Export grist balance to the api
This commit is contained in:
@@ -7,5 +7,6 @@ motdHandler = Resource(handlers.MOTDHandler)
|
||||
|
||||
urlpatterns = patterns('api',
|
||||
url(r'^validate/(?P<username>.*)$', whitelistHandler),
|
||||
url(r'^motd/(?P<username>.*)$', motdHandler)
|
||||
url(r'^motd/(?P<username>.*)$', motdHandler),
|
||||
url(r'^balance$', Resource(handlers.BalanceHandler))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user