Send With Confidence
Partner with the email service trusted by developers and marketers for time-savings, scalability, and delivery expertise.
Time to read: 1 minute
mrt add router
Partner with the email service trusted by developers and marketers for time-savings, scalability, and delivery expertise.
Meteor.Router.add({ | |
'/inbound': function() { | |
post = this.request.body; | |
color = post.subject; | |
Colors.update({pos: 1},{ $set: { "name": color } } ); | |
return [200, "Success"] | |
} | |
}); |