mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Redirect update.
This commit is contained in:
parent
c230b3a806
commit
4b8b819109
@ -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));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user