summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-10-25 09:04:25 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-10-25 09:04:25 +0700
commit9054afb2c842a1177dbcf0842aadf2ad14403cde (patch)
tree816681b47485ca4bf0285da7a59f862b71518d82 /src/pages
parentabcce110895d767a16fb961a65e7c78f9213ca0d (diff)
<iman> update pengajuan tempo finsish
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/pengajuan-tempo/[status].jsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/pages/pengajuan-tempo/[status].jsx b/src/pages/pengajuan-tempo/[status].jsx
index 8476d08a..a5c630da 100644
--- a/src/pages/pengajuan-tempo/[status].jsx
+++ b/src/pages/pengajuan-tempo/[status].jsx
@@ -7,11 +7,11 @@ import Seo from '@/core/components/Seo';
export async function getServerSideProps(context) {
const { tempo_id } = context.query;
- await axios.post(
- `${process.env.NEXT_PUBLIC_SELF_HOST}/api/pengajuan-tempo?formId=${tempo_id}`,
- {},
- { headers: context.req.headers }
- );
+ // await axios.post(
+ // `${process.env.NEXT_PUBLIC_SELF_HOST}/api/pengajuan-tempo?formId=${tempo_id}`,
+ // {},
+ // { headers: context.req.headers }
+ // );
return { props: {} };
}