Update ui/src/app/services/api/mock-app-fixures.ts

Co-authored-by: Keagan McClelland <keagan.mcclelland@gmail.com>
This commit is contained in:
Matt Hill
2021-03-05 13:45:47 -07:00
committed by Keagan McClelland
parent deb0b1e561
commit 2e3e1401f5

View File

@@ -71,7 +71,7 @@ export const bitcoinI: ApiAppInstalledFull = {
} }
export const lightningI: ApiAppInstalledFull = { export const lightningI: ApiAppInstalledFull = {
id: 'lightning', id: 'c-lightning',
lanAddress: 'lightningLan.local', lanAddress: 'lightningLan.local',
status: AppStatus.RUNNING, status: AppStatus.RUNNING,
title: 'C Lightning', title: 'C Lightning',