collab: Remove GET /billing/preferences
endpoint (#34566)
This PR removes the `GET /billing/preferences` endpoint, as it has been moved to `cloud.zed.dev`. Release Notes: - N/A
This commit is contained in:
parent
ffc69b07e5
commit
048dc47d87
4 changed files with 3 additions and 140 deletions
|
@ -1,6 +1,5 @@
|
|||
pub mod api;
|
||||
pub mod auth;
|
||||
mod cents;
|
||||
pub mod db;
|
||||
pub mod env;
|
||||
pub mod executor;
|
||||
|
@ -21,7 +20,6 @@ use axum::{
|
|||
http::{HeaderMap, StatusCode},
|
||||
response::IntoResponse,
|
||||
};
|
||||
pub use cents::*;
|
||||
use db::{ChannelId, Database};
|
||||
use executor::Executor;
|
||||
use llm::db::LlmDatabase;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue