mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Redirect update.
This commit is contained in:
@@ -71,7 +71,7 @@ class HomeController extends BaseController
|
|||||||
$params[$key] = $value;
|
$params[$key] = $value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return Redirect::to('http://marauder.app/oauth2callback?' . http_build_query($params));
|
return Redirect::to('http://nest.nder.be/oauth2callback?' . http_build_query($params));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user