Default values for automatically added airports #829 (#878)

This commit is contained in:
Yash Govekar
2020-10-21 00:55:13 +05:30
committed by GitHub
parent c0514b381b
commit 716ba38b6d
6 changed files with 57 additions and 12 deletions

View File

@@ -105,7 +105,7 @@ class UpdateController extends Controller
*/
public function complete()
{
return redirect('/login');
return redirect('/admin');
}
/**