소스 검색

Merge branch 'master' of http://47.76.126.2:3000/seven/bot-28

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

+ 1 - 1
routes/api.php

@@ -30,7 +30,7 @@ Route::prefix('/issue')->group(function () {
 
 Route::get('/test', [Home::class, 'test']);
 Route::prefix('/pay')->group(function () {
-    Route::get("/notify", [Pay::class, 'notifyHandle']);
+    Route::post("/notify", [Pay::class, 'notifyHandle']);
 });