Merge pull request #71 from BRAVO68WEB/feature/api-key-gen

added demo data
This commit is contained in:
Chirag Bhalotia 2023-06-16 03:12:58 +05:30 committed by GitHub
commit 8ab0cf4a64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,12 @@ const apiKeys = [
{
key: 'asdfasd****fsadf',
enabled: true,
lastUsed:"asdfasdfasdf"
lastUsed: 'asdfasdfasdf',
},
{
key: 'disabled****fsadf',
enabled: false,
lastUsed: 'asdfasdfasdf',
},
];