Skip to content

Commit

Permalink
fix: added missing UpdateController
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Jan 9, 2025
1 parent c79a8c7 commit f641f9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpmyfaq/src/api-routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
use phpMyFAQ\Controller\Api\SetupController;
use phpMyFAQ\Controller\Api\TagController;
use phpMyFAQ\Controller\Api\TitleController;
use phpMyFAQ\Controller\Api\UpdateController;
use phpMyFAQ\Controller\Api\VersionController;
use phpMyFAQ\Controller\Frontend\AutoCompleteController;
use phpMyFAQ\Controller\Frontend\BookmarkController;
Expand Down

0 comments on commit f641f9e

Please sign in to comment.