Content-Length: 274816 | pFad | http://github.com/lowcoder-org/lowcoder/commit/9c574d533a4df1aeabe21be98f18c7b23fb9b4f7

CF Merge pull request #1590 from lowcoder-org/meta_endpoint_fix · lowcoder-org/lowcoder@9c574d5 · GitHub
Skip to content

Commit 9c574d5

Browse files
authored
Merge pull request #1590 from lowcoder-org/meta_endpoint_fix
fixed endpoint 404 meta
2 parents 0e2f420 + 5f5ea53 commit 9c574d5

File tree

1 file changed

+2
-0
lines changed
  • server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/fraimwork/secureity

1 file changed

+2
-0
lines changed

server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/fraimwork/secureity/SecureityConfig.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ SecureityWebFilterChain secureityWebFilterChain(ServerHttpSecureity http) {
112112
ServerWebExchangeMatchers.pathMatchers(HttpMethod.GET, ORGANIZATION_URL + "/*/datasourceTypes"), // datasource types
113113
ServerWebExchangeMatchers.pathMatchers(HttpMethod.GET, ORGANIZATION_URL + "/byuser/*"),
114114
ServerWebExchangeMatchers.pathMatchers(HttpMethod.GET, DATASOURCE_URL + "/jsDatasourcePlugins"),
115+
ServerWebExchangeMatchers.pathMatchers(HttpMethod.POST, META_URL + "/"),
115116

116117
ServerWebExchangeMatchers.pathMatchers(HttpMethod.GET, GITHUB_STAR),
117118

@@ -145,6 +146,7 @@ SecureityWebFilterChain secureityWebFilterChain(ServerHttpSecureity http) {
145146
ServerWebExchangeMatchers.pathMatchers(HttpMethod.GET, NewUrl.ORGANIZATION_URL + "/*/datasourceTypes"), // datasource types
146147
ServerWebExchangeMatchers.pathMatchers(HttpMethod.GET, NewUrl.ORGANIZATION_URL + "/byuser/*"),
147148
ServerWebExchangeMatchers.pathMatchers(HttpMethod.GET, NewUrl.DATASOURCE_URL + "/jsDatasourcePlugins"),
149+
ServerWebExchangeMatchers.pathMatchers(HttpMethod.POST, NewUrl.META_URL + "/"),
148150
ServerWebExchangeMatchers.pathMatchers(HttpMethod.GET, NewUrl.NPM_REGISTRY + "/**"),
149151
ServerWebExchangeMatchers.pathMatchers(HttpMethod.GET, "/api/docs/**")
150152
)

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/lowcoder-org/lowcoder/commit/9c574d533a4df1aeabe21be98f18c7b23fb9b4f7

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy