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
1f59ddb1
Commit
1f59ddb1
authored
Aug 03, 2018
by
Karl Hasselbring
Browse files
Tips server auf produktion umgestellt
parent
3940a174
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/MetaGerSearch.php
View file @
1f59ddb1
...
...
@@ -6,8 +6,8 @@ use App;
use
App\MetaGer
;
use
Illuminate\Http\Request
;
#
const TIP_SERVER = 'https://quicktips.metager3.de/tips.xml';
const
TIP_SERVER
=
'http://localhost:63825/tips.xml'
;
const
TIP_SERVER
=
'https://quicktips.metager3.de/tips.xml'
;
#
const TIP_SERVER = 'http://localhost:63825/tips.xml';
class
MetaGerSearch
extends
Controller
{
...
...
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