a better rpc path

This commit is contained in:
Aaron Blankstein
2017-12-22 18:43:13 -05:00
parent f6baa8d78c
commit 6588c54759

View File

@@ -3308,7 +3308,7 @@ class BlockstackAPIEndpointHandler(SimpleHTTPRequestHandler):
},
},
},
r'^/v1/zonefile/': {
r'^/v1/zonefile$': {
'routes': {
'POST' : self.POST_raw_zonefile
},