Created
December 2, 2020 02:45
-
-
Save adevesa/be0a4ff1329502605da89580c530592b to your computer and use it in GitHub Desktop.
Medium - Como desarrollar con Create React App y Laravel pt.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
Route::get('/hola', function (){ | |
return response()->json(["prueba" => 'Aquí si pasó algo.']); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment