#feature: update SQL generator

This commit is contained in:
2026-05-19 14:57:11 +08:00
parent 53bca7d609
commit 3c628eb391
10 changed files with 1043 additions and 165 deletions
+1
View File
@@ -33,6 +33,7 @@ Route::prefix('env')->group(function () {
// SQL 生成器 API 路由
Route::prefix('sql-generator')->group(function () {
Route::post('/ob-external-id/check', [SqlGeneratorController::class, 'checkObExternalId']);
Route::post('/production-countries/check', [SqlGeneratorController::class, 'checkProductionCountries']);
});
// JIRA API路由