Add character names to the end of their URL's

Closes #21, makes links to characters human readable
This commit is contained in:
Stefan Zermatten
2017-07-13 13:14:04 +02:00
parent 089feae26f
commit 3227cd0934
9 changed files with 59 additions and 9 deletions

View File

@@ -15,6 +15,7 @@ Meteor.publish("characterList", function(){
{
fields: {
name: 1,
urlName: 1,
race: 1,
alignment: 1,
gender: 1,