Remove REST endpoints from zed-rpc
Co-Authored-By: Max Brunsfeld <max@zed.dev>
This commit is contained in:
co-authored by
Max Brunsfeld
parent
cb9002254f
commit
d0660f41de
@@ -1,7 +1,6 @@
|
||||
pub mod auth;
|
||||
mod peer;
|
||||
pub mod proto;
|
||||
pub mod rest;
|
||||
#[cfg(test)]
|
||||
mod test;
|
||||
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
pub struct GetRpcAddressResponse {
|
||||
pub address: String,
|
||||
}
|
||||
|
||||
pub const GET_RPC_ADDRESS_PATH: &'static str = "/api/rpc-address";
|
||||
Reference in New Issue
Block a user