1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-05 19:02:56 +00:00
Files
pocket-id/frontend/tests/utils/cleanup.util.ts
2024-08-24 12:50:27 +02:00

6 lines
125 B
TypeScript

import axios from 'axios';
export async function cleanupBackend() {
await axios.post('http://localhost/api/test/reset');
}