mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-26 22:31:21 +00:00
docs(readme): 更新项目说明与界面截图
补充移动端截图、Docker 部署说明与 Star History,同时更新后端技术栈版本和项目结构描述。
This commit is contained in:
@@ -89,7 +89,7 @@ const doUpload = async (file: File) => {
|
||||
const response = await request.post<
|
||||
ApiResponse<UploadFilePath>,
|
||||
AxiosResponse<ApiResponse<UploadFilePath>>
|
||||
>("/file/upload", formData, {
|
||||
>("/common/file/upload", formData, {
|
||||
params: { upload_type: "file" },
|
||||
headers: { "Content-Type": "multipart/form-data" },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user