Changeset b39afb5 for routes/web.php
- Timestamp:
- 10/23/21 17:48:25 (3 years ago)
- Branches:
- develop, master
- Children:
- a8346eb
- Parents:
- 4b7e2d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
routes/web.php
r4b7e2d3 rb39afb5 111 111 Route::get('files/export', 'Dashboard\ExportExcelController@ExportFiles')->name("dashboard.files.export"); 112 112 113 // Notifications114 Route::get("/notifications", "Dashboard\NotificationsController@notifications")->name("dashboard.notifications.index");115 Route::post("/get-notifications", "Dashboard\NotificationsController@showNotifications")->name("dashboard.notifications.store");116 117 118 113 });
Note:
See TracChangeset
for help on using the changeset viewer.