Skip to content
Snippets Groups Projects
Commit 2146e293 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

fixed broken endpoint const

parent a33cbe5c
Branches
Tags
1 merge request!128Prepare k8s deployment
Pipeline #67646 passed with warnings
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment