0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-10-07 02:09:04 +02:00
dendrite/internal/httpapis/paths.go

7 lines
92 B
Go
Raw Normal View History

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