Skip to content

Commit f3681eb

Browse files
committed
http 폴더 IntelliJ IDEA (rider) 설정 추가. Http 폴더 링크 추가
1 parent 34f62b9 commit f3681eb

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

Http/http-client.env.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"dev": {
3+
"host": "http://192.168.0.60:20082"
4+
},
5+
"local": {
6+
"host": "http://localhost:20082"
7+
}
8+
}

Http/source.http

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,13 @@ Content-Type: application/json
163163
"Name": "POE2 갤러리",
164164
"Switch": true,
165165
"Interval": 1000
166+
},
167+
{
168+
"Type": "DcInside",
169+
"BoardId": "mgallery/board/lists/?id=pathofexile&sort_type=N&search_head=10",
170+
"Name": "POE1 갤러리/P1빌드",
171+
"Switch": true,
172+
"Interval": 1000
166173
}
167174
]
168175
}
@@ -175,8 +182,8 @@ Content-Type: application/json
175182
{
176183
"Data": {
177184
"Type": "DcInside",
178-
"BoardId": "mgallery/board/lists/?id=pathofexile&exception_mode=recommend",
179-
"Name": "POE1 갤러리",
185+
"BoardId": "mgallery/board/lists/?id=pathofexile&sort_type=N&search_head=10",
186+
"Name": "POE1 갤러리/P1빌드",
180187
"Switch": true,
181188
"Interval": 1000
182189
}

Server/Server.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,10 @@
2525
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.1" />
2626
</ItemGroup>
2727

28+
<ItemGroup>
29+
<Content Include="..\Http\**">
30+
<Link>Http\**</Link>
31+
</Content>
32+
</ItemGroup>
33+
2834
</Project>

0 commit comments

Comments
 (0)