@@ -26,7 +26,7 @@ const IO_SIGN_API_BASE_PATH = "/api/sign/v1";
2626 * AND the legacy routes (/api/v1/sign).
2727 *
2828 * WHY? To prevent accidental divergence during development:
29- * - When adding/modifying profile endpoints, developers MUST update both versions
29+ * - When adding/modifying IO-Sign endpoints, developers MUST update both versions
3030 * - Having them in the same file makes this requirement explicit and hard to miss
3131 * - Legacy routes will be removed once the Identity API is fully adopted
3232 *
@@ -41,7 +41,7 @@ const IO_SIGN_API_BASE_PATH = "/api/sign/v1";
4141 * @param basePath The base path for the Io Sign APIs
4242 * @param ioSignService The service that handles the Io Sign requests
4343 * @param profileService The service that provides user profiles
44- * @param authMiddleware The autentication middleware for user session token
44+ * @param authMiddleware The authentication middleware for user session token
4545 * @param lollipopClient The Lollipop client used to communicate with the Lollipop APIs
4646 * @param sessionStorage The session storage used to store user sessions
4747 */
@@ -110,7 +110,6 @@ export const registerIoSignAPIRoutesLegacy = (
110110 * @param ioSignService The service that handles the Io Sign requests
111111 * @param profileService The service that provides user profiles
112112 * @param lollipopClient The Lollipop client used to communicate with the Lollipop APIs
113- * @param sessionStorage The session storage used to store user sessions
114113 */
115114export const registerIoSignAPIRoutes = (
116115 app : Express ,
0 commit comments