Skip to content

Instantly share code, notes, and snippets.

@ulisesrmzroche
Last active August 29, 2015 14:11
Show Gist options
  • Save ulisesrmzroche/fa0e99e60768d0f7cb1a to your computer and use it in GitHub Desktop.
Save ulisesrmzroche/fa0e99e60768d0f7cb1a to your computer and use it in GitHub Desktop.
lets-code-jwt-example-1
import Ember from "ember";
var Router = Ember.Route.extend({
location: config.locationType
});
Router.map(function(){
this.route('signup');
});
export default Router;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment