Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Progark gruppe 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Tobias Ingebrigt Ørstad
Progark gruppe 3
Commits
a6cf82b5
Commit
a6cf82b5
authored
5 years ago
by
Haakon Gunleiksrud
Browse files
Options
Downloads
Patches
Plain Diff
#55
Minor bug fix.
parent
7595166d
No related branches found
No related tags found
1 merge request
!52
Resolve "Playername and sort for viewhs4game"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/core/src/com/gameware/game/QueryIntermediate.java
+1
-1
1 addition, 1 deletion
frontend/core/src/com/gameware/game/QueryIntermediate.java
with
1 addition
and
1 deletion
frontend/core/src/com/gameware/game/QueryIntermediate.java
+
1
−
1
View file @
a6cf82b5
...
@@ -26,7 +26,7 @@ import java.util.NoSuchElementException;
...
@@ -26,7 +26,7 @@ import java.util.NoSuchElementException;
public
class
QueryIntermediate
{
public
class
QueryIntermediate
{
private
static
String
baseUrl
=
"http://
192.168.0.195
:3002/api/"
;
private
static
String
baseUrl
=
"http://
localhost
:3002/api/"
;
private
static
Json
json
=
new
Json
();
private
static
Json
json
=
new
Json
();
private
static
JsonReader
jsonReader
=
new
JsonReader
();
private
static
JsonReader
jsonReader
=
new
JsonReader
();
...
...
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