Changeset b39afb5 for routes


Ignore:
Timestamp:
10/23/21 17:48:25 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
a8346eb
Parents:
4b7e2d3
Message:

minor bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • routes/web.php

    r4b7e2d3 rb39afb5  
    111111    Route::get('files/export', 'Dashboard\ExportExcelController@ExportFiles')->name("dashboard.files.export");
    112112
    113     // Notifications
    114     Route::get("/notifications", "Dashboard\NotificationsController@notifications")->name("dashboard.notifications.index");
    115     Route::post("/get-notifications", "Dashboard\NotificationsController@showNotifications")->name("dashboard.notifications.store");
    116 
    117 
    118113});
Note: See TracChangeset for help on using the changeset viewer.