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
|
@ -24,10 +24,10 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
SyncAPIQuerySyncPath = "/api/syncapi/querySync"
|
||||
SyncAPIQueryStatePath = "/api/syncapi/queryState"
|
||||
SyncAPIQueryStateTypePath = "/api/syncapi/queryStateType"
|
||||
SyncAPIQueryMessagesPath = "/api/syncapi/queryMessages"
|
||||
SyncAPIQuerySyncPath = "/syncapi/querySync"
|
||||
SyncAPIQueryStatePath = "/syncapi/queryState"
|
||||
SyncAPIQueryStateTypePath = "/syncapi/queryStateType"
|
||||
SyncAPIQueryMessagesPath = "/syncapi/queryMessages"
|
||||
)
|
||||
|
||||
func NewSyncQueryAPIHTTP(syncapiURL string, httpClient *http.Client) SyncQueryAPI {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue