Explorar o código

Update InternalApiController

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
04de1b3777
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      app/Http/Controllers/InternalApiController.php

+ 5 - 0
app/Http/Controllers/InternalApiController.php

@@ -281,4 +281,9 @@ class InternalApiController extends Controller
 
         return response()->json($res);
     }
+
+    public function stories(Request $request)
+    {
+        
+    }
 }