Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
2cf6e53b
Commit
2cf6e53b
authored
Sep 26, 2019
by
Dominik Hebeler
Browse files
Changed download URL for MetaGer App
parent
9c685ce4
Changes
1
Hide whitespace changes
Inline
Side-by-side
routes/web.php
View file @
2cf6e53b
...
...
@@ -216,8 +216,7 @@ Route::group(
->
with
(
'navbarFocus'
,
'dienste'
);
});
Route
::
get
(
'metager'
,
function
()
{
$filePath
=
storage_path
()
.
"/app/public/MetaGer-release.apk"
;
return
response
()
->
download
(
$filePath
,
"MetaGer-release.apk"
);
return
redirect
(
"https://gitlab.metager.de/open-source/app-en/raw/latest/app/release/app-release.apk?inline=false"
);
});
Route
::
get
(
'maps'
,
function
()
{
$filePath
=
env
(
'maps_app'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment