Page MenuHomePhabricator

[alias-server] add server state api endpoint
AbandonedPublic

Authored by bytesofman on Mar 21 2023, 16:29.

Details

Reviewers
emack
Group Reviewers
Restricted Project
Summary

T3010

Depends on D13402

Add server state endpoint to API

Test Plan

node index.js
navigate to localhost:3000/state and confirm json object

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 22775
Build 45170: Build Diff
Build 45169: arc lint + arc unit

Event Timeline

emack requested changes to this revision.Mar 29 2023, 00:45
emack added a subscriber: emack.

http://localhost:3000/state is not bringing anything up for me after node index.js. Does it need to be accessed via a https source?

This revision now requires changes to proceed.Mar 29 2023, 00:45

For reference, localhost:5000/state shows up fine in D13405