Skip to content

Commit

Permalink
[#noissue] Add special path for public api
Browse files Browse the repository at this point in the history
  • Loading branch information
donghun-cho committed Jun 13, 2024
1 parent 8f9667c commit e50881f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
public class VersionPrefixRewriter {

static final String[] SPECIAL_PATHS = {
"api"
"api",
"api-public"
};

static final String[] RESOURCE_PATHS = {
Expand Down

0 comments on commit e50881f

Please # to comment.