• smartcontracts's avatar
    feat(cmn): have BaseService expose a full server (#2725) · d9e39931
    smartcontracts authored
    Updates BaseServiceV2 to expose a full server instead of simply exposing
    the server for metrics. Services can now add new custom routes to this
    server. Mainly useful because we're already running the metrics server,
    so we might as well allow people to add more things to it.
    d9e39931
base-service-v2.ts 12.5 KB