Testing of csrf

This commit is contained in:
Dillon
2023-06-04 22:06:10 +08:00
parent 81b5fc5eb6
commit 2ec51be653
+1 -1
View File
@@ -604,5 +604,5 @@ Route::get('/upload-honey-trap', function () {
Route::get('/aws-image-upload', 'AWS\AWSImageUploadController@imageUpload')->name('aws.image.upload');
Route::post('/aws-image-upload/upload', 'AWS\AWSImageUploadController@imageUploadPost')->name('aws.image.upload.post');
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');