|
@@ -233,9 +233,7 @@ Route::middleware(['auth:sanctum','account.limit'])->group(function () {
|
|
|
Route::delete("file/{file}/hide", [API\FileController::class, "hide"])->name("file.hide");
|
|
|
Route::get("file-bim-view/{file}", [API\FileController::class, "bimView"])->name("file.bim-view");
|
|
|
|
|
|
- Route::get("notification", [API\NotificationController::class, "index"])->name("notification.index");
|
|
|
- Route::get("notification/unread", [API\NotificationController::class, "unread"])->name("notification.unread");
|
|
|
- Route::post("notification/mark-as-read", [API\NotificationController::class, "markAsRead"])->name("notification.mark-as-read");
|
|
|
+
|
|
|
|
|
|
Route::get("container-linkage/{library_id}", [API\ContainerController::class, "linkage"])->name("container.linkage");
|
|
|
Route::get("container-attachments", [API\ContainerController::class, "attachments"])->name("container.attachments");
|