seven hai 1 semana
pai
achega
988abbc655
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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']);
 });