dendrite/internal/httpapis/paths.go

7 lines
92 B
Go

package httpapis
const (
PublicPathPrefix = "/_matrix/"
InternalPathPrefix = "/api/"
)