fix(name): change name from Web Control to WhatsApp Control
This commit is contained in:
12
src/api/whatsapp-control.jsx
Normal file
12
src/api/whatsapp-control.jsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { SendRequest } from '../components/Global/ApiRequest';
|
||||
|
||||
const resetWA = async () => {
|
||||
const response = await SendRequest({
|
||||
method: 'post',
|
||||
prefix: `notifikasi-wa/restart-wa`,
|
||||
});
|
||||
|
||||
return response.data;
|
||||
};
|
||||
|
||||
export { resetWA };
|
||||
Reference in New Issue
Block a user