Skip to content

Commit

Permalink
Merge pull request #10 from JoseCage/padronizacao-repo
Browse files Browse the repository at this point in the history
Adicionada pasta de serviços e remoção da autenticação web: fix #9
  • Loading branch information
JoseCage authored Oct 11, 2018
2 parents ccc5a7f + d0015d5 commit 10bfc66
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 227 deletions.
32 changes: 0 additions & 32 deletions app/Http/Controllers/Auth/ForgotPasswordController.php

This file was deleted.

39 changes: 0 additions & 39 deletions app/Http/Controllers/Auth/LoginController.php

This file was deleted.

72 changes: 0 additions & 72 deletions app/Http/Controllers/Auth/RegisterController.php

This file was deleted.

39 changes: 0 additions & 39 deletions app/Http/Controllers/Auth/ResetPasswordController.php

This file was deleted.

41 changes: 0 additions & 41 deletions app/Http/Controllers/Auth/VerificationController.php

This file was deleted.

2 changes: 1 addition & 1 deletion app/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function map()
{
$this->mapApiRoutes();

$this->mapWebRoutes();
// $this->mapWebRoutes();

//
}
Expand Down
Empty file added app/Services/.gitkeep
Empty file.
4 changes: 2 additions & 2 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

'name' => env('APP_NAME', 'Laravel'),
'name' => env('APP_NAME', 'Kallun'),

/*
|--------------------------------------------------------------------------
Expand Down Expand Up @@ -78,7 +78,7 @@
|
*/

'locale' => 'en',
'locale' => 'pt',

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ExampleTest extends TestCase
*/
public function testBasicTest()
{
$response = $this->get('/');
$response = $this->get('/api/v1/slangs');

$response->assertStatus(200);
}
Expand Down

0 comments on commit 10bfc66

Please sign in to comment.