fix path
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-10-21 23:39:35 +02:00
parent 9706219b2a
commit 3ef9012bf2
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ suspend fun uploadData(currIteration: Int, gson: Gson, inputSound: ByteArray) {
}
client.submitFormWithBinaryData<Unit>(formData = parts) {
url("https://birb.k8s.kmlabz.com/sample")
url("https://birb.k8s.kmlabz.com/benchmark")
}
}
}