mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-16 10:12:58 +03: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');
|
||
|
|
}
|