mirror of
https://github.com/matrix-org/dendrite.git
synced 2024-12-02 03:01:57 -06:00
7 lines
92 B
Go
7 lines
92 B
Go
package httpapis
|
|
|
|
const (
|
|
PublicPathPrefix = "/_matrix/"
|
|
InternalPathPrefix = "/api/"
|
|
)
|