250353edbf
* Split Node into multiple types and make sure fields are actually set when type says so. * Refactor request handling. * Start getting rid of moment as a dependency by using UnixTimestampSeconds instead.
5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
import {handleJSON} from "../utils/resources";
|
|
import {config} from "../config";
|
|
|
|
export const get = handleJSON(async () => config.client);
|