mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-07-02 03:04:42 +08:00
6 lines
234 B
JavaScript
6 lines
234 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.getEndpointFromConfig = void 0;
|
|
const getEndpointFromConfig = async (serviceId) => undefined;
|
|
exports.getEndpointFromConfig = getEndpointFromConfig;
|