mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-18 15:50:52 +01:00
6 lines
92 B
Go
6 lines
92 B
Go
package httpapis
|
|
|
|
const (
|
|
PublicPathPrefix = "/_matrix/"
|
|
InternalPathPrefix = "/api/"
|
|
)
|