5 lines
144 B
TypeScript
5 lines
144 B
TypeScript
import { handleJSON } from "../utils/resources";
|
|
import { config } from "../config";
|
|
|
|
export const get = handleJSON(async () => config.client);
|