group(function () { Route::post("/api/article/schema/receive", [ArticleSchemaController::class, "receive"]); Route::post("/api/images/get/url-by-num", [ApiImagesGetController::class, "urlByNum"]); Route::post("/api/images/get/url-by-subkey", [ApiImagesGetController::class, "urlBySubKey"]); });