Skip to content

Commit 1699ed9

Browse files
fix : DEV job 경로 수정 -> v1/job
1 parent 91aae26 commit 1699ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spring:
4343
- id: job-route-non-auth
4444
uri: ${MAIN_ROUTE_ADDRESS}
4545
predicates:
46-
- Path=v1/job/**
46+
- Path=/v1/job/**
4747

4848
- id: search-route-non-auth
4949
uri: ${MAIN_ROUTE_ADDRESS}

0 commit comments

Comments
 (0)