mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-06 00:47:47 +00:00
fixup! ✨(frontend) add connection test feature
This commit is contained in:
@@ -12,4 +12,6 @@ export type ConnectionTestResponse = {
|
||||
}
|
||||
|
||||
export const fetchConnectionTestDetails = () =>
|
||||
fetchApi<ConnectionTestResponse>('/diagnostics/connection/')
|
||||
fetchApi<ConnectionTestResponse>('/diagnostics/connection/', {
|
||||
method: 'POST',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user