mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-03 03:00:22 -04:00
Moved API inputs to context globals
This commit is contained in:
@@ -38,8 +38,8 @@ EndpointResponse = Union[
|
||||
None
|
||||
]
|
||||
EndpointHandler = Union[
|
||||
Callable[[Dict[str, Any]], EndpointResponse],
|
||||
Callable[[Dict[str, Any], int], EndpointResponse]
|
||||
Callable[[], EndpointResponse],
|
||||
Callable[[int], EndpointResponse]
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user