mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-14 15:22:18 +00:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
import axios from 'axios';
|
|
|
|
export async function cleanupBackend() {
|
|
await axios.post('/api/test/reset');
|
|
}
|