Why doesn’t this code:
var www_server = Sealious.ChipManager.get_chip("channel", "www_server");
www_server.route({
method: "GET",
path: "/users.csv",
handler: function(context, request){
// .. logic goes here
preserve newlines? Did the syntax change or is there something I am missing?