|
@@ -6,15 +6,15 @@ const raml10ToOas20 = new converter.Converter(
|
|
|
);
|
|
);
|
|
|
|
|
|
|
|
const tagsMap = {
|
|
const tagsMap = {
|
|
|
- '/api/auth': 'auth-权限',
|
|
|
|
|
- '/api/commit': 'commit-提交',
|
|
|
|
|
- '/api/course': 'course-课程',
|
|
|
|
|
- '/api/exam': 'exam-考试',
|
|
|
|
|
- '/api/problem': 'problem-题目',
|
|
|
|
|
- '/api/record': 'record-记录',
|
|
|
|
|
- '/api/result': 'result-结果',
|
|
|
|
|
- '/api/user': 'user-用户',
|
|
|
|
|
- '/api/statistic': 'statistic-分析'
|
|
|
|
|
|
|
+ '/auth': 'auth-权限',
|
|
|
|
|
+ '/commit': 'commit-提交',
|
|
|
|
|
+ '/course': 'course-课程',
|
|
|
|
|
+ '/exam': 'exam-考试',
|
|
|
|
|
+ '/problem': 'problem-题目',
|
|
|
|
|
+ '/record': 'record-记录',
|
|
|
|
|
+ '/result': 'result-结果',
|
|
|
|
|
+ '/user': 'user-用户',
|
|
|
|
|
+ '/statistic': 'statistic-分析'
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
raml10ToOas20
|
|
raml10ToOas20
|