Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
1f59ddb1
Commit
1f59ddb1
authored
6 years ago
by
Karl Hasselbring
Browse files
Options
Downloads
Patches
Plain Diff
Tips server auf produktion umgestellt
parent
3940a174
No related branches found
No related tags found
1 merge request
!1291
Resolve "Seite für tips datei"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/Http/Controllers/MetaGerSearch.php
+2
-2
2 additions, 2 deletions
app/Http/Controllers/MetaGerSearch.php
with
2 additions
and
2 deletions
app/Http/Controllers/MetaGerSearch.php
+
2
−
2
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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment