feat: Add P-Reinforce 00_Raw Auto-structure logic
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
const axios = require('axios');
|
||||
axios.get('http://127.0.0.1:4825/ping').then(r => console.log(r.data)).catch(e => console.error(e));
|
||||
Reference in New Issue
Block a user