mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-31 13:22:46 +00:00
Fix API paths
This commit is contained in:
parent
0978630b55
commit
06d5f1e6dc
6 changed files with 12 additions and 22 deletions
|
@ -55,7 +55,7 @@ type EDUServerInputAPI interface {
|
|||
}
|
||||
|
||||
// EDUServerInputTypingEventPath is the HTTP path for the InputTypingEvent API.
|
||||
const EDUServerInputTypingEventPath = "/api/eduserver/input"
|
||||
const EDUServerInputTypingEventPath = "/eduserver/input"
|
||||
|
||||
// NewEDUServerInputAPIHTTP creates a EDUServerInputAPI implemented by talking to a HTTP POST API.
|
||||
func NewEDUServerInputAPIHTTP(eduServerURL string, httpClient *http.Client) (EDUServerInputAPI, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue