move and rename src/websocket/instanceServices to src/api (#4360)

Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
Jeremy Letto 2021-05-17 20:59:32 -05:00 committed by GitHub
parent 66d24f086e
commit 5cf9023a21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 19 additions and 30 deletions

View file

@ -3,9 +3,4 @@ export { default as ProtoFiles } from './ProtoFiles';
// Export common used services
export { NormalizeService, RoomService} from "./services";
// Note: this has to come after webClient
export { AuthenticationService, ModeratorService, RoomsService, SessionService } from "./instanceService";
export { NormalizeService, RoomService} from "./services";