|
@@ -46,15 +46,10 @@ Router::addGroup(
|
|
|
Router::post('/addCatid', [CollectorController::class, 'addCatid']);
|
|
|
|
|
|
Router::get('/addArt', [CollectorController::class, 'addArt']);
|
|
|
-<<<<<<< HEAD
|
|
|
|
|
|
Router::get('/addCatid', [CollectorController::class, 'addCatid']);
|
|
|
|
|
|
Router::post('/sendCrawler', [CollectorController::class, 'sendCrawler']);
|
|
|
-=======
|
|
|
-
|
|
|
-
|
|
|
->>>>>>> collector_1106_fr
|
|
|
|
|
|
},
|
|
|
['middleware' => [FooMiddleware::class]]
|