Skip to content

Commit cb4de3f

Browse files
committed
Added route for button editor
Added routes for upcoming button editor. See: https://blog.littlelink-custom.com/upcoming-features/
1 parent c36e4b4 commit cb4de3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

routes/web.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
Route::get('/upLink/{up}/{id}', [UserController::class, 'upLink'])->name('upLink');
5050
Route::get('/studio/edit-link/{id}', [UserController::class, 'showLink'])->name('showLink');
5151
Route::post('/studio/edit-link/{id}', [UserController::class, 'editLink'])->name('editLink');
52+
Route::get('/studio/button-editor/{id}', [UserController::class, 'showCSS'])->name('showCSS');
53+
Route::post('/studio/button-editor/{id}', [UserController::class, 'editCSS'])->name('editCSS');
5254
Route::get('/studio/page', [UserController::class, 'showPage'])->name('showPage');
5355
Route::get('/studio/no_page_name', [UserController::class, 'showPage'])->name('showPage');
5456
Route::post('/studio/page', [UserController::class, 'editPage'])->name('editPage');

0 commit comments

Comments
 (0)