Inject serverUrl
This commit is contained in:
parent
29a9f43e00
commit
81be8c8181
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ void mainCommon(List<Middleware<AppState>> otherMiddleware) {
|
|||
|
||||
injector.map<String>((i) => store.state.firesApiUrl, key: "firesApiUrl");
|
||||
injector.map<String>((i) => store.state.firesApiKey, key: "firesApiKey");
|
||||
injector.map<String>((i) => store.state.serverUrl, key: "serverUrl");
|
||||
injector.map<String>((i) => store.state.gmapKey, key: "gmapKey");
|
||||
|
||||
VoidCallback mainFn = () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue