mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-12 16:22:58 +03:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
import axios from 'axios';
|
|
|
|
export async function cleanupBackend() {
|
|
await axios.post('http://localhost/api/test/reset');
|
|
}
|