summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-06-18 11:15:22 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-06-18 11:15:22 +0700
commit762d7dad3420df8fa0fdaf3ca4484f37b2d5c5a7 (patch)
tree037e5f2af7437fbdba3a4c083b2679d6b3c585da /src/pages
parent6415e9c36b00c38089d2676a2e95ab7a165c99ea (diff)
<hafid> fix pengajuan tempo
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/pengajuan-tempo/[status].jsx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pages/pengajuan-tempo/[status].jsx b/src/pages/pengajuan-tempo/[status].jsx
index 29886892..eff30e46 100644
--- a/src/pages/pengajuan-tempo/[status].jsx
+++ b/src/pages/pengajuan-tempo/[status].jsx
@@ -8,12 +8,6 @@ import Seo from '@/core/components/Seo';
import { getAuth } from '~/libs/auth';
export async function getServerSideProps(context) {
- const { status } = context.query;
- await axios.post(
- `${process.env.NEXT_PUBLIC_SELF_HOST}/api/pengajuan-tempo/${status}`,
- {},
- { headers: context.req.headers }
- );
return { props: {} };
}