WebAPI: Add endpoint to set speed limit mode

This commit is contained in:
Vladimir Golovnev 2022-06-18 06:12:43 +03:00 committed by GitHub
commit 7d97905716
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 1 deletions

View file

@ -48,7 +48,7 @@
#include "base/utils/version.h"
#include "api/isessionmanager.h"
inline const Utils::Version<int, 3, 2> API_VERSION {2, 8, 13};
inline const Utils::Version<int, 3, 2> API_VERSION {2, 8, 14};
class APIController;
class AuthController;