Browse Source

Update api.js

pull/549/head
Peter Lewis 2 years ago
committed by GitHub
parent
commit
a00a9f0449
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/www/js/api.js

2
src/www/js/api.js

@ -62,7 +62,7 @@ class API {
return this.call({
method: 'get',
path: '/wireguard/client',
}).then(clients => clients.map(client => ({
}).then((clients) => clients.map((client) => ({
...client,
createdAt: new Date(client.createdAt),
updatedAt: new Date(client.updatedAt),

Loading…
Cancel
Save