Closed
Bug 982563
Opened 11 years ago
Closed 11 years ago
Loop Server — Add a JSON hello message with the version number on the home page
Categories
(Hello (Loop) :: Server, defect)
Hello (Loop)
Server
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rhubscher, Assigned: rhubscher)
Details
Attachments
(1 file)
GET / 200
{"hello": "loop-server",
"version": "0.1.0"}
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → rhubscher
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8389859 -
Flags: review?(standard8)
Comment 2•11 years ago
|
||
Comment on attachment 8389859 [details] [review]
Link to GitHub PR.
Looks good. r=Standard8
Attachment #8389859 -
Flags: review?(standard8) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 4•11 years ago
|
||
Well here is what we see now (which I assume is what we want):
Dev:
{
"name": "mozilla-loop-server",
"description": "The Mozilla Loop (WebRTC App) server",
"version": "0.4.0-DEV",
"homepage": "https://github.com/mozilla-services/loop-server/",
"endpoint": "http://loop.dev.mozaws.net"
}
Stage:
{"name":"mozilla-loop-server","description":"The Mozilla Loop (WebRTC App) server","version":"0.4.0-DEV","homepage":"https://github.com/mozilla-services/loop-server/","endpoint":"http://loop.stage.mozaws.net"}
Prod:
{"name":"mozilla-loop-server","description":"The Mozilla Loop (WebRTC App) server","version":"0.4.0-DEV","homepage":"https://github.com/mozilla-services/loop-server/","endpoint":"http://loop.services.mozilla.com"}
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•