We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b388b0 commit 5a80b50Copy full SHA for 5a80b50
CHANGELOG.md
@@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file.
5
## [Unreleased]
6
7
## [2.0.1] - 2024-04-09
8
+
9
- [#201](https://github.com/os2display/display-api-service/pull/201)
- - Add /v1 - /v2 redirect controller
10
+ - Add /v1 - /v2 redirect controller
11
12
## [2.0.0] - 2024-04-09
13
src/Controller/ApiV1RedirectController.php
@@ -1,5 +1,7 @@
1
<?php
2
3
+declare(strict_types=1);
4
namespace App\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
0 commit comments