Implement password change functionality and initialize superuser
This commit is contained in:
@@ -2,6 +2,7 @@ export const API_ENDPOINTS = {
|
||||
AUTH: {
|
||||
LOGIN: '/auth/token',
|
||||
ME: '/auth/me',
|
||||
CHANGE_PASSWORD: '/auth/change-password',
|
||||
},
|
||||
TTS: {
|
||||
LANGUAGES: '/tts/languages',
|
||||
|
||||
Reference in New Issue
Block a user