*Update: *I feel like I'm getting closer to solving this issue, but still
can't understand one thing.
If I have my routing file like this:
fb_routing = [
route("websocket.connect", consumers.connect_face),
route("websocket.receive", consumers.get_face),
route("websocket.disconnect", consumers
Hi,
So maybe I'm getting everything wrong, but I'm a little confused with
routing.
Let's say I want to separate the consumers dealing with messages coming
from my domain root:
http://domain.com/
and my `/import/` route:
http://domain.com/import/
I have my routing as so:
fb_routing = [
ro
2 matches
Mail list logo