Skip to content

Commit 49d0a42

Browse files
authored
Merge pull request #251 from FunD-StockProject/chore/add-public-api-path
Chore: public api path에 3가지 신규 API 경로 추가
2 parents c0b33c7 + af6c810 commit 49d0a42

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/main/java/com/fund/stockProject/global/config/SecurityConfig.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@ public class SecurityConfig {
7878
"/stock/{id}/info/{country}",
7979
"/stock/category/{category}/{country}",
8080
"/stock/rankings/hot",
81-
"/stock/summary/{symbol}/{country}"
81+
"/stock/summary/{symbol}/{country}",
82+
"/stock/sector/average/{country}",
83+
"/stock/{id}/sector/percentile",
84+
"/stock/{id}/average/month",
85+
"/stock/sector/average/{country}/{sector}",
8286
};
8387

8488
@Bean

0 commit comments

Comments
 (0)