This commit is contained in:
黄心宇 2024-01-12 11:45:59 +08:00
parent 9db03e6def
commit 1c24cb9408
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import axios from 'axios';
const baseUrl = 'https://www.gitlink.org.cn/api'
const baseUrl = '/api'
//
export async function getProjectFunc (owner, projectsId) {