=============== Endpoint routes =============== Currently available routes and methods -------------------------------------- * decrypt_note * /notes// * HEAD,OPTIONS,GET * decrypt_json_note * /notes/ * POST,OPTIONS * encrypt_note * /notes/encrypt/ * /notes/encrypt// * OPTIONS,POST * **currently not working** * modify_note * /notes/ * /notes// * OPTIONS,PATCH Finding routes and accepted methods ----------------------------------- You can see available endpoints and methods through manage.py .. code-block:: python python manage.py routes