Compare commits
1 Commits
v1.10.0
...
6adcd33943
| Author | SHA1 | Date | |
|---|---|---|---|
| 6adcd33943 |
@@ -32,5 +32,5 @@ export async function createChannels(params: {
|
|||||||
city?: string
|
city?: string
|
||||||
isp?: number
|
isp?: number
|
||||||
}) {
|
}) {
|
||||||
return callByUser<CreateChannelsResp[]>('/api/channel/create', params)
|
return callPublic<CreateChannelsResp[]>('/api/channel/create', params)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user