Skip to content

Commit

Permalink
Rollback + Fix Test + Update API Version.
Browse files Browse the repository at this point in the history
  • Loading branch information
maurobonfietti committed Sep 5, 2021
1 parent 619b7fd commit f041f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Controller/Home.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

final class Home
{
private const API_NAME = $_ENV['API_NAME'];
private const API_NAME = 'slim4-api-skeleton';

private const API_VERSION = $_ENV['API_VERSION'];
private const API_VERSION = '0.37.0';

private Container $container;

Expand Down

0 comments on commit f041f14

Please sign in to comment.