初始化模版工程
This commit is contained in:
6
app/api/oss/upload-sts/route.ts
Normal file
6
app/api/oss/upload-sts/route.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { oapiClient, sendResponse } from '../../oapi-client'
|
||||
|
||||
export async function GET() {
|
||||
const res = await oapiClient.get('/v1/oss/upload_sts')
|
||||
return sendResponse(res)
|
||||
}
|
||||
Reference in New Issue
Block a user