[GH-ISSUE #3] Router #3

Closed
opened 2026-05-05 14:57:35 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @awatson1978 on GitHub (Nov 4, 2014).
Original GitHub issue: https://github.com/awatson1978/meteor-api/issues/3

Produces

Router.map(function(){
  this.route("/route-url" { 

  });
});

instead of 

````js
Router.map(function(){
  this.route("/route-url", { 

  });
});

Need to fix missing comma.

Originally created by @awatson1978 on GitHub (Nov 4, 2014). Original GitHub issue: https://github.com/awatson1978/meteor-api/issues/3 Produces `````` js Router.map(function(){ this.route("/route-url" { }); }); instead of ````js Router.map(function(){ this.route("/route-url", { }); }); `````` Need to fix missing comma.
Author
Owner

@awatson1978 commented on GitHub (Feb 2, 2015):

080215ecd1

<!-- gh-comment-id:72392772 --> @awatson1978 commented on GitHub (Feb 2, 2015): 080215ecd1319e800af80d44feec09c110e0c733
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/meteor-api#3
No description provided.