diff --git a/pages/public-roadmap.tsx b/pages/public-roadmap.tsx index 1dcf63fc..7f029d7b 100644 --- a/pages/public-roadmap.tsx +++ b/pages/public-roadmap.tsx @@ -122,6 +122,12 @@ const tasks: { } ], inProgress: [ + { + link: 'https://github.com/mockoon/mockoon/issues/1614', + title: 'Custom sub domains in cloud deployments', + cloud: true, + target: '_blank' + }, { link: 'https://github.com/mockoon/mockoon/issues/1581', title: 'Improved data buckets state reporting', @@ -142,11 +148,6 @@ const tasks: { } ], comingSoon: [ - { - title: 'Custom sub domains in cloud deployments', - cloud: true, - target: null - }, { title: 'Environment variables support in cloud deployments', cloud: true,