Can retrieve all song records

This commit is contained in:
kdeng00
2019-08-25 15:26:47 -04:00
parent 2145adb039
commit 540d665a7e
2 changed files with 31 additions and 8 deletions
-3
View File
@@ -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: