seven пре 1 недеља
родитељ
комит
988abbc655
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']);
 });