deno fmt
This commit is contained in:
parent
0006e66b16
commit
ef5709b6a6
|
@ -11,6 +11,6 @@ export const apiPing = (): Response => {
|
||||||
status: STATUS_CODE.OK,
|
status: STATUS_CODE.OK,
|
||||||
statusText: STATUS_TEXT[STATUS_CODE.OK],
|
statusText: STATUS_TEXT[STATUS_CODE.OK],
|
||||||
headers,
|
headers,
|
||||||
}
|
},
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
@ -39,6 +39,6 @@ export const apiStats = async (): Promise<Response> => {
|
||||||
status: STATUS_CODE.OK,
|
status: STATUS_CODE.OK,
|
||||||
statusText: STATUS_TEXT[STATUS_CODE.OK],
|
statusText: STATUS_TEXT[STATUS_CODE.OK],
|
||||||
headers,
|
headers,
|
||||||
}
|
},
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue