7 lines
92 B
Go
Raw Normal View History

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