init commit,
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { config } from "../config";
|
||||
import { requestAndGenQR } from "./utils";
|
||||
|
||||
const API = config.path.keriOobi;
|
||||
|
||||
const main = async () => {
|
||||
await requestAndGenQR(`${config.endpoint}${API}`);
|
||||
};
|
||||
void main();
|
Reference in New Issue
Block a user