mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 19:10:52 +00:00
feat: add canvas export methods and implement encrypted letter submission to the letters endpoint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user