mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-05 03:23:39 +00:00
6 lines
92 B
Go
6 lines
92 B
Go
package httpapis
|
|
|
|
const (
|
|
PublicPathPrefix = "/_matrix/"
|
|
InternalPathPrefix = "/api/"
|
|
)
|