Skip to content

Commit ad76e4d

Browse files
committed
chore : network 연결
1 parent fe27082 commit ad76e4d

File tree

4 files changed

+3
-16
lines changed

4 files changed

+3
-16
lines changed

.github/workflows/dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
66
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
77

8-
name: Java CI with Gradle
8+
name: Dev action
99

1010
on:
1111
push:

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ out/
3232
/dist/
3333
/nbdist/
3434
/.nb-gradle/
35-
#/src/main/resources/firebase.json
35+
/src/main/resources/firebase.json
3636

3737
### VS Code ###
3838
.vscode/

src/main/java/com/eum/auth/client/HaetsalClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import org.springframework.http.ResponseEntity;
88
import org.springframework.web.bind.annotation.*;
99

10-
@FeignClient(name = "haetsal-service", url = "http://175.45.203.201:8000/haetsal-service/api/v2/profile")
10+
@FeignClient(name = "haetsal-service", url = "http://haetsal:8000/haetsal-service/api/v2/profile")
1111
public interface HaetsalClient {
1212
@PostMapping()
1313
ProfileResponseDTO.ProfileResponse createProfile(@RequestBody ProfileRequest.CreateProfile createProfile, @RequestHeader("userId") String userId);

src/main/resources/firebase.json

-13
This file was deleted.

0 commit comments

Comments
 (0)