From e236e3a6f8044251700ce51300e87453bce20b01 Mon Sep 17 00:00:00 2001 From: sa0ChunLuyu Date: Fri, 21 Oct 2022 22:02:50 +0800 Subject: [PATCH] no message --- api/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/index.js b/api/index.js index 7517c3a..209326e 100644 --- a/api/index.js +++ b/api/index.js @@ -6,7 +6,7 @@ export const yo = async (data) => await $post({ url: 'YO', data }) - + export const $image = (path) => { return `${url_}${path}` }