Skip to content

Commit

Permalink
Merge pull request #1078 from fdelbrayelle/fix/mongodb_call_api
Browse files Browse the repository at this point in the history
fix: mongodbapp generation call api route
  • Loading branch information
pascalgrimaud authored Mar 18, 2022
2 parents 47e9346 + baa46d5 commit ea09e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-ci/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ elif [[ $application == 'mongodbapp' ]]; then
springboot
sonar_back

callApi "/api/servers/spring-boot/databases/mongodbapp"
callApi "/api/servers/spring-boot/databases/mongodb"

elif [[ $application == 'angularapp' ]]; then
springboot
Expand Down

0 comments on commit ea09e44

Please sign in to comment.