1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-25 16:22:43 +01:00
phorge-phorge/support/aphlict/server
Joshua Spence 44198d68a7 Use the correct Content-Type for the Aphlict status route
Summary: The `/status/` route for the Aphlict server returns JSON.

Test Plan:
```lang=bash
> curl -I http://127.0.0.1:22281/status/
HTTP/1.1 200 OK
Content-Type: application/json
Date: Fri, 02 Jan 2015 13:08:34 GMT
Connection: keep-alive
```

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11144
2015-01-03 09:09:48 +11:00
..
lib Various minor JSHint fixes. 2014-07-01 06:00:12 +10:00
aphlict_launcher.php Discover workflows automatically. 2014-06-16 09:00:25 +10:00
aphlict_server.js Use the correct Content-Type for the Aphlict status route 2015-01-03 09:09:48 +11:00