diff --git a/src/version.hpp b/src/version.hpp index 9b8c9b8..f84d955 100644 --- a/src/version.hpp +++ b/src/version.hpp @@ -11,7 +11,7 @@ const std::wstring APP_VERSION = THIS_APP_VERSION; const std::wstring APP_URL_WEBSITE = L"https://github.com/Inklay/"; #if _DEBUG -const std::wstring APP_URL_BASE = L"http://localhost/SyncHelper/app/"; +const std::wstring APP_URL_BASE = L"http://localhost:8080/SyncHelper/app/"; #else const std::wstring APP_URL_BASE = L"http://webservices-env.eba-nh6hq243.us-east-1.elasticbeanstalk.com/SyncHelper/app/"; #endif