feat: tenant management api paths
This commit is contained in:
@@ -82,7 +82,7 @@ async function submit() {
|
||||
|
||||
try {
|
||||
submitting.value = true;
|
||||
const payload = await requestJson(`/t/${encodeURIComponent(tenant)}/v1/admin/contents/publish`, {
|
||||
const payload = await requestJson(`/t/${encodeURIComponent(tenant)}/v1/management/contents/publish`, {
|
||||
method: 'POST',
|
||||
auth: true,
|
||||
body: {
|
||||
|
||||
Reference in New Issue
Block a user