mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-21 05:02:06 +00:00
fix: not found redirect
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
if (id !== 'new' && (!destination || Object.entries(destination).length === 0)) {
|
||||
return {
|
||||
status: 302,
|
||||
redirect: '/destinations'
|
||||
redirect: '/'
|
||||
};
|
||||
}
|
||||
const configurationPhase = checkConfiguration(destination);
|
||||
|
||||
Reference in New Issue
Block a user