diff --git a/build b/build index 8323328..3d9aebb 100644 --- a/build +++ b/build @@ -1 +1 @@ -67 \ No newline at end of file +68 \ No newline at end of file diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 115f7b3..63d5f3e 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -5,14 +5,14 @@ name: owanalytics version: 0.1.0 dependencies: - name: postgresql - repository: https://charts.bitnami.com/bitnami + repository: https://tip.jfrog.io/artifactory/tip-wlan-cloud-ucentral-helm/ version: 10.9.2 condition: postgresql.enabled - name: mysql - repository: https://charts.bitnami.com/bitnami + repository: https://tip.jfrog.io/artifactory/tip-wlan-cloud-ucentral-helm/ version: 8.8.3 condition: mysql.enabled - name: mariadb - repository: https://charts.bitnami.com/bitnami + repository: https://tip.jfrog.io/artifactory/tip-wlan-cloud-ucentral-helm/ version: 9.4.2 condition: mariadb.enabled diff --git a/src/RESTAPI/RESTAPI_board_handler.cpp b/src/RESTAPI/RESTAPI_board_handler.cpp index 4f6d2c2..5e71dbb 100644 --- a/src/RESTAPI/RESTAPI_board_handler.cpp +++ b/src/RESTAPI/RESTAPI_board_handler.cpp @@ -60,6 +60,7 @@ namespace OpenWifi { NewBoard.to_json(Answer); return ReturnObject(Answer); } + return InternalError(RESTAPI::Errors::RecordNotCreated); } void RESTAPI_board_handler::DoPut() {