V2 for `account/updated` and `account/logout` for app server. correspond to old `authStatusChange` and `LogoutChatGpt` respectively. Followup PRs will make other v2 endpoints call `account/updated` instead of `authStatusChange` too.
3 lines
38 B
Rust
3 lines
38 B
Rust
// v2 test suite modules
|
|
mod account;
|