summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
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: {} };
}