Skip to content

Commit

Permalink
chore: followed the other change in openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugma committed Jan 24, 2025
1 parent 086d42c commit 729b8ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/apis.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type {
WebRTCUserStateSessionsInner,
ChannelEvent,
ChannelEventTypeEnum,
ChildCreatedEvent,
Expand All @@ -8,6 +7,7 @@ import type {
ParentChangedEvent,
PinAddedEvent,
PinRemovedEvent,
Session,
SubscribersChangedEvent,
TopicChangedEvent,
VisibilityChangedEvent
Expand All @@ -18,7 +18,7 @@ import { DEV_SERVER } from '/@/lib/define'
import type { AxiosError } from 'axios'
import { constructFilesPath } from '/@/router'

export type { WebRTCUserStateSessionsInner as WebRTCUserStateSessions }
export type { Session as WebRTCUserStateSessions }

export const BASE_PATH = '/api/v3'
export const WEBSOCKET_ENDPOINT = '/api/v3/ws'
Expand Down

0 comments on commit 729b8ab

Please sign in to comment.