Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Update endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulkr committed May 7, 2024
1 parent 6bc1f78 commit 18e5918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub fn make_common_models(_item: TokenStream) -> TokenStream {
rt.block_on(async { get_common_models().await }).unwrap()
}

const ENDPOINT: &str = "https://development-api.integrationos.com/v1/public/e7262bf18c81bc1ff7f726e6d1a6da59f6e77dde0d63d9b60c041af57be8c197/";
const ENDPOINT: &str = "https://development-api.integrationos.com/v1/public/sdk/";
const LIMIT: u64 = 500;

#[derive(Debug, Clone, Serialize, Deserialize)]
Expand Down

0 comments on commit 18e5918

Please sign in to comment.