diff --git a/UIs/BeetRoundWidgets/views/itemdetailmapper.cpp b/UIs/BeetRoundWidgets/views/itemdetailmapper.cpp index 6f7f3f1..24aa4f0 100644 --- a/UIs/BeetRoundWidgets/views/itemdetailmapper.cpp +++ b/UIs/BeetRoundWidgets/views/itemdetailmapper.cpp @@ -302,7 +302,7 @@ void ItemDetailMapper::onAccessCodeChanged(const QString& text) { updateQRCode(""); } else { m_sendInviteMailButton->setEnabled(true); - const QString accessUrl = "http://127.0.0.1:4000/api/users/" + text; + const QString accessUrl = "http://127.0.0.1:4000/log_in/" + text; m_accessUrlDisplay->setText(accessUrl); updateQRCode(accessUrl); }