Fix merge conflict

This commit is contained in:
Brandon Hancock
2024-10-01 14:17:18 -04:00
parent c6cbd39b6d
commit 25e7bb0adf

View File

@@ -63,7 +63,6 @@ def listen(condition):
return decorator
def router(method, paths=None):
def router(method, paths=None):
def decorator(func):
func.__is_router__ = True