Skip to content

Commit edc2f54

Browse files
committed
Update web.php
1 parent 45a607e commit edc2f54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

routes/web.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@
9999
Route::post('/studio/profile', [UserController::class, 'editProfile'])->name('editProfile');
100100
});
101101

102+
}
103+
102104
//Admin route
103105
Route::group([
104106
'middleware' => 'admin',
@@ -161,6 +163,5 @@
161163
});
162164

163165
});
164-
}
165166

166167
require __DIR__.'/auth.php';

0 commit comments

Comments
 (0)