Page not found (404)

Request Method: GET
Request URL: http://13.114.70.219:8000/root/

Using the URLconf defined in lms.urls, Django tried these URL patterns, in this order:

  1. ^admin/
  2. api/login/
  3. api/logout/
  4. api/reset_password/
  5. api/user/
  6. api/class/
  7. api/wordbook/
  8. api/game_history/
  9. api/token/verify/
  10. api/token/refresh/
  11. auth/account-confirm-email/(?P<key>[-:\w]+)/ [name='account_confirm_email']
  12. ^auth/account-confirm-email/ [name='account_email_verification_sent']
  13. uid=<uidb64>&token=<token> [name='password_reset_confirm']
  14. api/auth/password-reset-confirm/

The current path, root/, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.