Upload functionality implemented

This commit is contained in:
amazing-username
2019-03-20 21:01:16 -04:00
parent 1ebc61389b
commit e8f2bbcb48
10 changed files with 66 additions and 18 deletions
+2 -2
View File
@@ -22,12 +22,12 @@ namespace Syncers
private:
Managers::FileManager fMgr;
Models::Song song;
std::string apiUrl{"http://192.168.1.24"};
std::string apiUrl{"http://192.168.1.3"};
std::string apiEndPoint{"/api/song/data"};
std::string songPath;
int port{9349};
void configureSong();
void configureSongDemo();
void printSongDetails();
void printJsonData(nlohmann::json);