Commit f102fe14 by 杨昕

添加更新时间路由

parent 2598f966
Pipeline #10618 passed with stages
in 43 seconds
......@@ -45,6 +45,9 @@ Route::group(['namespace' => 'Api', 'prefix' => 'user'], function () {
Route::post('hook_restore', 'MediaController@hookRestoreMedia');
Route::post('update_status/{id}', 'MediaController@updateMediaStatus');
Route::get('update_datetime', 'MediaController@updateDatetime');
//Route::get("media_url_change","MediaController@handleMediaUrl");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment