| @@ -14,8 +14,14 @@ | ||
| 14 | 14 | path: '/extendify/v1/auto-launch/pre-launch-functions', |
| 15 | 15 | method: 'POST', |
| 16 | 16 | }); |
| 17 | 17 | |
| 18 | +export const resetLaunchState = () => | |
| 19 | + apiFetch({ | |
| 20 | + path: '/extendify/v1/auto-launch/reset-launch-state', | |
| 21 | + method: 'POST', | |
| 22 | + }); | |
| 23 | + | |
| 18 | 24 | export const runUpdates = () => |
| 19 | 25 | apiFetch({ |
| 20 | 26 | path: '/extendify/v1/auto-launch/run-updates', |
| 21 | 27 | method: 'POST', |