diff --git a/src/actions/channel.ts b/src/actions/channel.ts index aab5899..3f66f0a 100644 --- a/src/actions/channel.ts +++ b/src/actions/channel.ts @@ -32,5 +32,5 @@ export async function createChannels(params: { city?: string isp?: number }) { - return callByUser('/api/channel/create', params) + return callPublic('/api/channel/create', params) }