refact: update serializer log for prefix and namespace (#14062)

This commit is contained in:
Jai 2022-08-09 14:08:28 -04:00 committed by GitHub
parent 4da169e155
commit 34104488a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@ export default class JobSerializer extends ApplicationSerializer {
variables: {
links: {
related: buildURL(`/${apiNamespace}/vars`, {
prefix: `jobs/${variableLookup}`,
prefix: `nomad/jobs/${variableLookup}`,
namespace,
}),
},
},