This commit is contained in:
Rewrite0
2023-04-24 23:07:00 +08:00
parent 9b1abfddfd
commit 8a53033cac
17 changed files with 179 additions and 128 deletions

4
src/api/program.ts Normal file
View File

@@ -0,0 +1,4 @@
import axios from 'axios';
/** 重启 */
export const appRestart = () => axios.get('/api/v1/restart');