登録済みルート一覧

URL エンドポイント メソッド
/ root.home GET
/assets/<path:filename> assets_static GET
/assets/root/static/<path:filename> root.static GET
/clipboard_pwa/ clipboard_pwa.home GET
/clipboard_pwa/static/<path:filename> clipboard_pwa.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
/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_asset/ test_asset.index GET
/test_asset/static/<path:filename> test_asset.static GET
/test_auth/ test_auth.home GET
/test_auth/api/sync_user test_auth.sync_user POST
/test_auth/api/user_info test_auth.get_user_info POST
/test_auth/static/<path:filename> test_auth.static GET
/test_pwa/ test_pwa.home GET
/test_pwa/static/<path:filename> test_pwa.static GET