feat: 添加通知功能自定义telegram域名功能
This commit is contained in:
@@ -121,7 +121,7 @@ export const uploadTerminalBackgroundController = async (req: Request, res: Resp
|
||||
};
|
||||
|
||||
/**
|
||||
* 新增:获取背景图片文件
|
||||
* 获取背景图片文件
|
||||
*/
|
||||
export const getBackgroundFileController = async (req: Request, res: Response): Promise<void> => {
|
||||
const filename = req.params.filename;
|
||||
|
||||
@@ -27,7 +27,7 @@ router.post(
|
||||
appearanceController.uploadTerminalBackgroundController
|
||||
);
|
||||
|
||||
// 新增:GET /api/v1/appearance/background/file/:filename - 获取背景图片文件
|
||||
// GET /api/v1/appearance/background/file/:filename - 获取背景图片文件
|
||||
router.get('/background/file/:filename', appearanceController.getBackgroundFileController);
|
||||
|
||||
// DELETE /api/v1/appearance/background/page - 删除页面背景图片
|
||||
|
||||
Reference in New Issue
Block a user