Bug fixing
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "json.hpp"
|
||||
#include "database.hpp"
|
||||
#include "config.hpp"
|
||||
#include "rate_limiter.hpp"
|
||||
|
||||
namespace simple_object_storage {
|
||||
|
||||
@@ -43,6 +44,7 @@ private:
|
||||
httplib::Server server_;
|
||||
bool running_;
|
||||
std::unique_ptr<PutHandler> put_handler_;
|
||||
std::unique_ptr<RateLimiter> auth_rate_limiter_;
|
||||
};
|
||||
|
||||
} // namespace simple_object_storage
|
Reference in New Issue
Block a user