Skip to content

Commit

Permalink
Merge pull request #99 from jeyrschabu/remove_unused_method
Browse files Browse the repository at this point in the history
Front50 service cleanup
  • Loading branch information
jeyrschabu authored Sep 20, 2016
2 parents 7c40b0a + 25fee65 commit 37eda9f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ interface Front50Service {
@GET('/notifications/application/{application}/')
Map getNotificationPreferences(@Path("application") String application)

@GET('/default/applications/name/{application}')
Map getApplication(@Path("application") String application)

@GET("/pipelines")
@Headers("Accept: application/json")
Observable<List<Pipeline>> getPipelines();
Expand Down

0 comments on commit 37eda9f

Please sign in to comment.