We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1d6a7 commit d740c1eCopy full SHA for d740c1e
README.md
@@ -102,7 +102,7 @@ let client = Postgrest::new("https://your.supabase.endpoint/rest/v1/")
102
.insert_header(
103
"apikey",
104
dotenv::var("SUPABASE_PUBLIC_API_KEY").unwrap())
105
- .insert_header("Authorization", format!("Bearer {}", SERVICE_KEY))
+ .insert_header("Authorization", format!("Bearer {}", SERVICE_KEY));
106
107
let resp = client
108
.from("your_table")
0 commit comments