Skip to content

Commit

Permalink
#161 build 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaeyeon1 committed Dec 14, 2023
1 parent 11171ee commit a76ca8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import PostData from '@/components/Post/PostData';
import { Metadata } from 'next';
import React from 'react';

export const getData = async (id: number) => {
const getData = async (id: number) => {
const res = await fetch(
`http://glogglogglog-env.eba-fuksumx7.ap-northeast-2.elasticbeanstalk.com/post?postId=${id}`,
);
Expand Down

0 comments on commit a76ca8d

Please sign in to comment.