Explorar el Código

Add api routes, just inbox for now

Daniel Supernault hace 6 años
padre
commit
ad98d35a6d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      routes/api.php

+ 2 - 0
routes/api.php

@@ -12,3 +12,5 @@ use Illuminate\Http\Request;
 | is assigned the "api" middleware group. Enjoy building your API!
 |
 */
+Route::post('/users/{username}/inbox', 'FederationController@userInbox');
+