Skip to content
Snippets Groups Projects

Prepare k8s deployment

Merged Ghost User requested to merge prepare-k8s-deployment into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -15,7 +15,7 @@ import (
"testing"
)
const apiEndpoint = "http://localhost:8080"
const apiEndpoint = "http://localhost:8080/api"
// UUIDs for test cases
var did uuid.UUID
Loading