Add slugs to entries and use them to create individual entry routes

This commit is contained in:
Danielle McLean 2017-10-09 08:51:42 +11:00
parent 36dea2b5ad
commit 9679234062
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
7 changed files with 31 additions and 0 deletions

View file

@ -9,3 +9,5 @@
/ HomeR GET
!/#EntryKind EntriesR GET
!/#EntryKind/#EntryId EntryNoSlugR GET
!/#EntryKind/#EntryId/#Slug EntryR GET