Skip to content

Commit

Permalink
fix: added android yolo json
Browse files Browse the repository at this point in the history
  • Loading branch information
glouvigny committed Sep 2, 2019
1 parent 69d7760 commit 8f15ab9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ func NewServer(cfg *ServerConfig) (*Server, error) {

release.GET("/ios-staff.json", s.ListReleaseIOSJson)
release.GET("/ios.json", s.ListReleaseIOSBetaJson)
release.GET("/android.json", s.ListReleaseAndroidJson)
release.GET("/android-staff.json", s.ListReleaseAndroidJson)
release.GET("/android.json", s.ListReleaseAndroidBetaJson)
desktop := release.Group("/desktop")
// since desktop cli make request from http://localhost:XXXX we're forced to add this
e.Use(middleware.CORSWithConfig(middleware.CORSConfig{
Expand Down

0 comments on commit 8f15ab9

Please sign in to comment.