ajustando rotas

This commit is contained in:
Reginaldo
2023-06-12 12:19:16 -03:00
parent bc6d88534a
commit 20fc580fe2
7 changed files with 67 additions and 17 deletions

15
composer.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "reginaldo/api_educa",
"autoload": {
"psr-4": {
"app\\": "app"
}
},
"authors": [
{
"name": "Reginaldo",
"email": "resilvajr@hotmail.com"
}
],
"require": {}
}