Can retrieve all song records
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#define LOGINCONTROLLER_H_
|
||||
|
||||
#include <iostream>
|
||||
#include <filesystem>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
@@ -13,8 +12,6 @@
|
||||
#include "../dto/loginResultDto.hpp"
|
||||
#include "managers/token_manager.h"
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
class loginController : public oatpp::web::server::api::ApiController
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user