This commit is contained in:
Emmanuel Garette 2019-11-28 16:55:47 +01:00
parent 0c642564d7
commit 51df2a1ba7
1 changed files with 2 additions and 2 deletions

View File

@ -199,7 +199,7 @@ class Dispatcher(RegisterDispatcher):
return new_context
def check_public_function(self,
version: str
version: str,
uri: str,
context: Context,
kwargs: Dict,
@ -210,7 +210,7 @@ class Dispatcher(RegisterDispatcher):
raise NotAllowedError(msg)
def check_pattern(self,
version: str
version: str,
uri: str,
type: str,
context: Context,