mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-17 12:43:13 +02:00
Add Open Graph tags
This commit is contained in:
@@ -99,6 +99,7 @@ const generateFunctionsApiKey = async () => {
|
||||
"buckets.read",
|
||||
"buckets.write",
|
||||
"files.read",
|
||||
"users.read",
|
||||
],
|
||||
});
|
||||
return res.data.secret;
|
||||
@@ -142,6 +143,3 @@ export default {
|
||||
generateFunctionsApiKey,
|
||||
addPlatform,
|
||||
};
|
||||
function token(token: any) {
|
||||
throw new Error("Function not implemented.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user