feat: add canvas export methods and implement encrypted letter submission to the letters endpoint

This commit is contained in:
Your Name
2026-04-12 02:40:42 +05:30
parent 18bc8ac238
commit b5c6e6c91d
3 changed files with 92 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@ export const endpoints = {
ME: "/api/auth/me/",
REFRESH: "/api/auth/refresh/",
LOGOUT: "/api/auth/logout/",
LETTERS: "/api/letters/",
};
// simple utility to handle path params