Bug fixes
This commit is contained in:
parent
b494633873
commit
e4784035fe
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ Route::get('/keep_alive', 'HomeController@keepAlive');
|
|||
Route::post('/get_started', 'AccountController@getStarted');
|
||||
|
||||
// Client visible pages
|
||||
Route::get('view/{invitation_key}', 'InvoiceController@view');
|
||||
Route::get('view/{invitation_key}', 'PublicClientController@view');
|
||||
Route::get('view', 'HomeController@viewLogo');
|
||||
Route::get('approve/{invitation_key}', 'QuoteController@approve');
|
||||
Route::get('payment/{invitation_key}/{payment_type?}', 'PaymentController@show_payment');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue