mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-10 06:53:00 +00:00
7 lines
92 B
Go
7 lines
92 B
Go
package httpapis
|
|
|
|
const (
|
|
PublicPathPrefix = "/_matrix/"
|
|
InternalPathPrefix = "/api/"
|
|
)
|