summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-06-18 04:20:57 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-06-18 04:20:57 +0000
commitf6619d6a395c84512e44e2a1585cc7732f9cffeb (patch)
tree037e5f2af7437fbdba3a4c083b2679d6b3c585da /src/pages
parent6415e9c36b00c38089d2676a2e95ab7a165c99ea (diff)
parent762d7dad3420df8fa0fdaf3ca4484f37b2d5c5a7 (diff)
Merged in fix-tempo (pull request #422)
<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: {} };
}