parent
74a0947fdb
commit
9c0a2f8b13
|
@ -48,7 +48,7 @@ const (
|
||||||
|
|
||||||
var (
|
var (
|
||||||
apCollectionPostIRIRegex = regexp.MustCompile("/api/collections/([a-z0-9\\-]+)/posts/([a-z0-9\\-]+)$")
|
apCollectionPostIRIRegex = regexp.MustCompile("/api/collections/([a-z0-9\\-]+)/posts/([a-z0-9\\-]+)$")
|
||||||
apDraftPostIRIRegex = regexp.MustCompile("/api/posts/([a-z0-9\\-]{12,16})$")
|
apDraftPostIRIRegex = regexp.MustCompile("/api/posts/([a-z0-9\\-])$")
|
||||||
)
|
)
|
||||||
|
|
||||||
var instanceColl *Collection
|
var instanceColl *Collection
|
||||||
|
|
Loading…
Reference in New Issue