You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
316 B
TypeScript
10 lines
316 B
TypeScript
/*
|
|
* @Author: donghao donghao@supervision.ltd
|
|
* @Date: 2024-05-31 14:46:59
|
|
* @LastEditors: donghao donghao@supervision.ltd
|
|
* @LastEditTime: 2024-05-31 14:47:08
|
|
* @FilePath: \general-ai-platform-web\config\defaultApi.ts
|
|
* @Description: 通用api配置
|
|
*/
|
|
export const fileApiActionUrl = '/api/v1/file/upload';
|