Added way to recieve text messages and printing them.

This commit is contained in:
kplaczek
2018-10-26 08:13:01 +02:00
parent 817b573258
commit fbffeec3a3
3 changed files with 29 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ Route::get('/edit/{id}/{slug?}', 'Main@edit')->name('edit');
Route::post('/print/{id}/', 'Main@printText')->name('print');
Route::post('/edit/{id}/{slug?}', 'Main@edit');
Route::post('/sms', 'Plivo@recieveSms');
Route::post('/printImage', 'Main@imagePrint');