forked from cerc-io/laconic-console
Fix service name.
This commit is contained in:
parent
0fb12ec30f
commit
20e152f6e3
@ -51,7 +51,7 @@ const getLogs = async (name, lines = 100) => {
|
|||||||
export const logResolvers = {
|
export const logResolvers = {
|
||||||
Query: {
|
Query: {
|
||||||
wns_log: async () => {
|
wns_log: async () => {
|
||||||
const logs = await getLogs('wns-list');
|
const logs = await getLogs('wns-lite');
|
||||||
return {
|
return {
|
||||||
timestamp: new Date().toUTCString(),
|
timestamp: new Date().toUTCString(),
|
||||||
json: JSON.stringify(logs)
|
json: JSON.stringify(logs)
|
||||||
|
Loading…
Reference in New Issue
Block a user