fixup! (frontend) add connection test feature

This commit is contained in:
lebaudantoine
2026-08-04 23:42:17 +02:00
parent 05c104db58
commit d43ccf0227
@@ -12,4 +12,6 @@ export type ConnectionTestResponse = {
}
export const fetchConnectionTestDetails = () =>
fetchApi<ConnectionTestResponse>('/diagnostics/connection/')
fetchApi<ConnectionTestResponse>('/diagnostics/connection/', {
method: 'POST',
})