visuddhinanda@gmail.com 4 лет назад
Родитель
Сommit
41dcf7743b
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      app/Http/Controllers/SentenceInfoController.php

+ 2 - 1
app/Http/Controllers/SentenceInfoController.php

@@ -45,6 +45,7 @@ class SentenceInfoController extends Controller
      *
      * @param  \App\Models\Sentence  $sentence
      * @return \Illuminate\Http\Response
+     * http://127.0.0.1:8000/api/sentence/progress/image?channel=00ae2c48-c204-4082-ae79-79ba2740d506&&book=168&from=916&to=926&type=page
      */
     public function showprogress(Request $request)
     {
@@ -84,7 +85,7 @@ class SentenceInfoController extends Controller
         ]);
     }
 
-    //http://127.0.0.1:8000/api/sentence/progress/daily?channel=00ae2c48-c204-4082-ae79-79ba2740d506&&book=168&from=916&to=926&type=page
+    //http://127.0.0.1:8000/api/sentence/progress/daily/image?channel=00ae2c48-c204-4082-ae79-79ba2740d506&&book=168&from=916&to=926&type=page
     public function showprogressdaily(Request $request)
     {
         $imgWidth = 300;