From df86e0b60fe14e519fa2491e080059bee9e7cc32 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 22 Nov 2018 00:55:05 -0600 Subject: [PATCH] structure --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 4d6848247..87802a809 100644 --- a/routes/web.php +++ b/routes/web.php @@ -62,4 +62,4 @@ Route::get('/finances/display', 'FinancesController@displayWallet'); //Structures Controller display pages Route::get('/structures/register', 'RegisterStructureController@displayRegisterstructure'); -Route::post('/structure/store', 'RegisterStructureController@storeStructure'); \ No newline at end of file +Route::post('/structures/store', 'RegisterStructureController@storeStructure'); \ No newline at end of file