Skip to content
Snippets Groups Projects
Unverified Commit 988107a2 authored by Justin Welch's avatar Justin Welch Committed by GitHub
Browse files

Merge pull request #226 from steemit/route-proposals-to-steemd

Regex match on /proposals to route to steemd
parents ba9906ae af5b15c2
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ from .errors import InvalidUpstreamURL
logger = structlog.get_logger(__name__)
ACCOUNT_TRANSFER_PATTERN = re.compile(r'^\/?(@([^\/\s]+)/transfers|~?witnesses)$')
ACCOUNT_TRANSFER_PATTERN = re.compile(r'^\/?(@([^\/\s]+)/transfers|~?witnesses|proposals)$')
# -------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment