kopia lustrzana https://github.com/cirospaciari/socketify.py
pull/75/head
rodzic
23f6e26d26
commit
037673c68d
|
@ -360,6 +360,7 @@ class DecoratorRouter:
|
|||
class MiddlewareRouter:
|
||||
def __init__(self, app, *middlewares):
|
||||
self.app = app
|
||||
print(middlewares)
|
||||
self.middlewares = middlewares
|
||||
|
||||
def get(self, path, handler):
|
||||
|
|
Ładowanie…
Reference in New Issue