Skip to content

Commit efe3972

Browse files
committed
fixup! editoast: remove train schedule endpoints and unused cli
1 parent 05357ec commit efe3972

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

front/src/common/api/generatedEditoastApi.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ const injectedRtkApi = api
196196
}),
197197
getHealth: build.query<GetHealthApiResponse, GetHealthApiArg>({
198198
query: () => ({ url: `/health` }),
199+
providesTags: [],
199200
}),
200201
getInfra: build.query<GetInfraApiResponse, GetInfraApiArg>({
201202
query: (queryArg) => ({
@@ -1278,6 +1279,7 @@ const injectedRtkApi = api
12781279
}),
12791280
getVersion: build.query<GetVersionApiResponse, GetVersionApiArg>({
12801281
query: () => ({ url: `/version` }),
1282+
providesTags: [],
12811283
}),
12821284
postWorkSchedules: build.mutation<PostWorkSchedulesApiResponse, PostWorkSchedulesApiArg>({
12831285
query: (queryArg) => ({ url: `/work_schedules`, method: 'POST', body: queryArg.body }),

0 commit comments

Comments
 (0)