0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-12-15 11:43:44 +01:00
dendrite/internal/httpapis/paths.go

7 lines
92 B
Go
Raw Normal View History

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