Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions frontends/api/src/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import {
ProfilesApi,
TestimonialsApi,
LearningResourcesSearchAdminParamsApi,
VideoShortsApi,
} from "./generated/v0/api"

import axiosInstance from "./axios"
Expand Down Expand Up @@ -93,6 +94,8 @@ const schoolsApi = new SchoolsApi(undefined, BASE_PATH, axiosInstance)
const newsEventsApi = new NewsEventsApi(undefined, BASE_PATH, axiosInstance)
const testimonialsApi = new TestimonialsApi(undefined, BASE_PATH, axiosInstance)

const videoShortsApi = new VideoShortsApi(undefined, BASE_PATH, axiosInstance)

export {
learningResourcesApi,
learningPathsApi,
Expand All @@ -113,4 +116,5 @@ export {
featuredApi,
testimonialsApi,
learningResourcesSearchAdminParamsApi,
videoShortsApi,
}
Loading
Loading