Make slugs optional - they don't really make sense for notes, only really for entries with names like articles
This commit is contained in:
parent
5f4e94bfd2
commit
efdca09b1c
5 changed files with 22 additions and 20 deletions
|
@ -11,5 +11,5 @@
|
|||
!/#EntryKind/feed FeedKindR GET
|
||||
|
||||
!/#EntryKind EntriesR GET
|
||||
!/#EntryKind/#EntryId EntryNoSlugR GET
|
||||
!/#EntryKind/#EntryId/#Slug EntryR GET
|
||||
!/#EntryKind/#EntryId EntryR GET
|
||||
!/#EntryKind/#EntryId/#Slug EntryWithSlugR GET
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue