sanic-org / sanic-routing

Internal handler routing for Sanic beginning with v21.3.

Home Page:https://sanicframework.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add route.uri

ahopkins opened this issue · comments

This should be:

@property
def uri(self):
    return f"/{self.path}"