Skip to content

Commit

Permalink
Export more tyeps
Browse files Browse the repository at this point in the history
  • Loading branch information
drogus committed Aug 11, 2023
1 parent df111d4 commit 33e68f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/client-api/src/routes/identity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use spacetimedb::auth::identity::encode_token_with_expiry;
use spacetimedb_lib::de::serde::DeserializeWrapper;
use spacetimedb_lib::Identity;

use crate::auth::{SpacetimeAuth, SpacetimeAuthHeader};
pub use crate::auth::{SpacetimeAuth, SpacetimeAuthHeader};
use crate::{log_and_500, ControlCtx, ControlNodeDelegate};

#[derive(Deserialize)]
Expand Down Expand Up @@ -175,7 +175,7 @@ pub async fn get_databases(

#[derive(Debug, Serialize)]
pub struct WebsocketTokenResponse {
token: String,
pub token: String,
}

pub async fn create_websocket_token(
Expand Down

0 comments on commit 33e68f4

Please sign in to comment.