Refactor user editing endpoints (only auth site) under api/user/ while leaving host-based endpoints at api root.

This commit is contained in:
2025-10-04 20:59:51 +00:00
parent f24aaa295d
commit fa513940c7
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
</header>
<RegistrationLinkModal
inline
:endpoint="'/auth/api/create-link'"
:endpoint="'/auth/api/user/create-link'"
:user-name="userName"
:auto-copy="false"
:prefix-copy-with-user-name="!!userName"