Ken 1 주 전
부모
커밋
a6d1145087
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      routes/api.php

+ 1 - 1
routes/api.php

@@ -23,7 +23,7 @@ Route::prefix('/ActivityReward')->group(function () {
     Route::post('/participate', [ActivityReward::class, 'participate']);
     Route::post('/sendPhoneCode', [ActivityReward::class, 'sendPhoneCode']);
     Route::post('/verifyPhone', [ActivityReward::class, 'verifyPhone']);
-    Route::get('/role', [ActivityReward::class, 'role']);
+    Route::get('/rule', [ActivityReward::class, 'rule']);
 
 
 });