Files
cc-web/lib/gitea-webhook-workspace.js

8 lines
216 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

'use strict';
// 兼容聚合入口Webhook 与工作区各自保持独立实现,集成方可按需引用一个模块。
module.exports = {
...require('./gitea-webhook'),
...require('./gitea-workspace'),
};