Add: new item to manage process

This commit is contained in:
2026-02-09 09:53:38 +03:30
parent eef5d58ec9
commit 1bd11fef9b
278 changed files with 1508 additions and 39 deletions

View File

@@ -0,0 +1 @@
import{a}from"./redux-vendor-CfkcHgWN.js";import{j as r,h as u}from"./index-D80MdVQn.js";const c=a("SLAUGHTER_DELETE_REQUEST",async e=>{const{data:s,status:t}=await r.delete("kill_request/"+e.id);return{data:s,status:t}}),l=a("SLAUGHTER_NEW_REQUEST",async(e,{dispatch:s})=>{try{const{data:t,status:o}=await r.post("kill_request/",e);return{data:t,status:o}}catch(t){return s(u()),{error:t.response.data.result}}});export{c as a,l as s};