-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
解决 AppId 为 search 时和搜索接口 apps/search 产生的冲突 #2805
Conversation
modify /apps/search -> /apps/search/by
modify /apps/search -> /apps/search/by
apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/controller/AppController.java
Outdated
Show resolved
Hide resolved
modify apps/search -> apps/by-appId-or-name
modify /apps/search -> /apps/search/by-appId-or-name
modify /apps/search -> /apps/search/by-appId-or-name
Codecov Report
@@ Coverage Diff @@
## master #2805 +/- ##
=========================================
Coverage 50.48% 50.48%
Complexity 2084 2084
=========================================
Files 413 413
Lines 12666 12666
Branches 1294 1294
=========================================
Hits 6394 6394
Misses 5819 5819
Partials 453 453
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fix #2803