refact: update serializer log for prefix and namespace (#14062)
This commit is contained in:
parent
4da169e155
commit
34104488a3
|
@ -104,7 +104,8 @@ export default class JobSerializer extends ApplicationSerializer {
|
|||
variables: {
|
||||
links: {
|
||||
related: buildURL(`/${apiNamespace}/vars`, {
|
||||
prefix: `jobs/${variableLookup}`,
|
||||
prefix: `nomad/jobs/${variableLookup}`,
|
||||
namespace,
|
||||
}),
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue