fix: sync rust api-server runtime and bindings
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
mod admin;
|
||||
mod ai_tasks;
|
||||
mod api_response;
|
||||
mod app;
|
||||
mod assets;
|
||||
mod auth;
|
||||
mod auth_me;
|
||||
mod auth_payload;
|
||||
mod auth_public_user;
|
||||
mod auth_session;
|
||||
mod auth_sessions;
|
||||
mod big_fish;
|
||||
@@ -13,6 +16,7 @@ mod config;
|
||||
mod custom_world;
|
||||
mod custom_world_agent_turn;
|
||||
mod custom_world_ai;
|
||||
mod custom_world_foundation_draft;
|
||||
mod error_middleware;
|
||||
mod health;
|
||||
mod http_error;
|
||||
@@ -24,6 +28,7 @@ mod logout_all;
|
||||
mod password_entry;
|
||||
mod phone_auth;
|
||||
mod puzzle;
|
||||
mod puzzle_agent_turn;
|
||||
mod refresh_session;
|
||||
mod request_context;
|
||||
mod response_headers;
|
||||
|
||||
Reference in New Issue
Block a user