Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-boot-admin
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-boot-admin
Commits
7e845d77
Commit
7e845d77
authored
Jun 18, 2014
by
Thomas Bosch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
whitespaces
parent
d9a76934
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
services.js
src/main/webapp/public/scripts/services/services.js
+2
-3
No files found.
src/main/webapp/public/scripts/services/services.js
View file @
7e845d77
...
...
@@ -13,7 +13,7 @@ angular.module('springBootAdmin.services', ['ngResource'])
function
(
$resource
){
return
$resource
(
'/api/application'
,
{},
{
query
:
{
method
:
'GET'
,
isArray
:
true
}
query
:
{
method
:
'GET'
}
});
}
])
...
...
@@ -37,4 +37,4 @@ angular.module('springBootAdmin.services', ['ngResource'])
app
.
status
=
'offline'
;
});
}
}]);
\ No newline at end of file
}]);
Write
Preview
Markdown
is supported
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