Skip to content

Commit 23ce47a

Browse files
authored
feat(fe/Communitiy) : 프론트 공개 상태 리포지토리 조회 화면
feat(fe/Communitiy) : 프론트 공개 상태 리포지토리 조회 화면
2 parents de90ac1 + eb71d5f commit 23ce47a

File tree

19 files changed

+389
-194
lines changed

19 files changed

+389
-194
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package com.backend.domain.community.dto.response;
2+
3+
public class CommunityAnalysisResultResponseDto {
4+
}

front/.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front/.idea/front.iml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front/.idea/inspectionProfiles/Project_Default.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front/.idea/misc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front/.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front/.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const nextConfig = {
99
if (process.env.NEXT_PUBLIC_DEV_PROXY === 'true') {
1010
return [
1111
{
12-
source: "/api/:path*",
12+
source: "/:path*",
1313
destination: `${process.env.NEXT_PUBLIC_BACKEND_URL}/:path*`,
1414
},
1515
];

0 commit comments

Comments
 (0)