Add character names to the end of their URL's
Closes #21, makes links to characters human readable
This commit is contained in:
@@ -15,6 +15,7 @@ Meteor.publish("characterList", function(){
|
||||
{
|
||||
fields: {
|
||||
name: 1,
|
||||
urlName: 1,
|
||||
race: 1,
|
||||
alignment: 1,
|
||||
gender: 1,
|
||||
|
||||
Reference in New Issue
Block a user