mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 09:26:29 -06:00
Redirect update.
This commit is contained in:
parent
c230b3a806
commit
4b8b819109
@ -71,7 +71,7 @@ class HomeController extends BaseController
|
||||
$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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user