Skip to content

Commit 7fa5522

Browse files
Updated correct endpoint
1 parent 0595305 commit 7fa5522

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/infrastructure/data/endpoints.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace infrastructure::data
55
{
66

7-
inline const QString baseUrl { "https://localhost:7084" };
7+
inline const QString baseUrl { "https://librum-dev.azurewebsites.net" };
88

99
// Authentication
1010
inline const QString authenticationEndpoint { baseUrl + "/api/login" };

0 commit comments

Comments
 (0)