登録済みルート一覧

URL エンドポイント メソッド
/ root.home GET
/assets/root/static/<path:filename> root.static GET
/debug/ debug.index GET
/debug/static/<path:filename> debug.static GET
/filekey_login/ filekey_login.home GET
/filekey_login/api/auth filekey_login.auth POST
/filekey_login/api/create_key filekey_login.create_key POST
/filekey_login/api/register filekey_login.register POST
/filekey_login/api/verify_session filekey_login.verify_session POST
/filekey_login/static/<path:filename> filekey_login.static GET
/notes/ notes.index GET
/notes/api/notes notes.api_get_notes GET
/notes/api/notes notes.api_create_note POST
/notes/api/notes/<note_id> notes.api_get_note GET
/notes/api/notes/<note_id> notes.api_update_note PUT
/notes/api/notes/<note_id> notes.api_delete_note DELETE
/notes/api/sync/config notes.api_sync_config GET
/notes/api/sync/provide notes.api_sync_provide POST
/notes/api/sync/pull notes.api_sync_pull POST
/notes/api/sync/push notes.api_sync_push POST
/notes/api/sync/quick notes.api_sync_quick POST
/notes/api/sync/receive notes.api_sync_receive POST
/notes/api/sync/save-config notes.api_save_sync_config POST
/notes/api/sync/server notes.api_server_sync POST
/notes/api/sync/status notes.api_sync_status GET
/notes/api/sync/test-connection notes.api_test_connection POST
/notes/create notes.form_create_note POST
/notes/delete/<note_id> notes.form_delete_note GET
/notes/settings notes.settings GET
/notes/static/<path:filename> notes.static GET
/notes/update/<note_id> notes.form_update_note POST
/sqlite_test/ sqlite_test.index GET
/sqlite_test/add sqlite_test.add_note POST
/sqlite_test/delete/<int:note_id> sqlite_test.delete_note GET
/sqlite_test/edit/<int:note_id> sqlite_test.edit_note POST
/sqlite_test/sample sqlite_test.sample GET
/sqlite_test/static/<path:filename> sqlite_test.static GET
/sqlite_test/test sqlite_test.test GET
/test-urls test_urls GET
/test_asset/ test_asset.index GET