File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
kafka-ui-react-app/src/lib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { ConfigurationParameters } from 'generated-sources' ;
22
33export const BASE_PARAMS : ConfigurationParameters = {
4- basePath : process . env . REACT_APP_API_URL ,
4+ basePath : process . env . REACT_APP_API_URL || '' ,
55 credentials : 'include' ,
66 headers : {
77 'Content-Type' : 'application/json' ,
Original file line number Diff line number Diff line change 2424 <dockerfile-maven-plugin .version>1.4.10</dockerfile-maven-plugin .version>
2525 <frontend-maven-plugin .version>1.8.0</frontend-maven-plugin .version>
2626 <maven-compiler-plugin .version>3.5.1</maven-compiler-plugin .version>
27- <openapi-generator-maven-plugin .version>4.2.2 </openapi-generator-maven-plugin .version>
27+ <openapi-generator-maven-plugin .version>4.3.0 </openapi-generator-maven-plugin .version>
2828 <swagger-annotations .version>1.6.0</swagger-annotations .version>
2929 <springdoc-openapi-webflux-ui .version>1.2.32</springdoc-openapi-webflux-ui .version>
3030 <kafka .version>2.4.1</kafka .version>
You can’t perform that action at this time.
0 commit comments