mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 21:43:57 +00:00
Merge branch 'dillon/34.1-jenkins-vapor' into vapor/development
This commit is contained in:
+2
-1
@@ -887,7 +887,7 @@ Route::get('/invoice/{marking}/{started_at}/{ended_at}/fix', function($marking,
|
||||
|
||||
Route::get('/booking/{marking}/track-shipping-order', 'Bookings\TrackBookingShipmentController@track')->name('booking.track_shipping_order');
|
||||
|
||||
//cief todo: To mark new api for laravel-vapor
|
||||
//Laravel Vapor - Starts
|
||||
Route::get('/aws-image-upload', 'AWS\AWSImageUploadController@imageUpload')->name('aws.image.upload');
|
||||
Route::post('/aws-image-upload', 'AWS\AWSImageUploadController@imageUploadPost')->name('aws.image.upload.post');
|
||||
Route::get('/aws-image/{filename}', 'AWS\AWSImageUploadController@displayImage')->name('aws.image.displayImage');
|
||||
@@ -899,3 +899,4 @@ Route::get('/token', function (Request $request) {
|
||||
echo $token;
|
||||
|
||||
});
|
||||
//Laravel Vapor - Ends
|
||||
|
||||
Reference in New Issue
Block a user