diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-03-20 01:03:23 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-03-20 01:03:23 +0100 |
| commit | bf7ac6af587f68553b83a54fcb724dfc9d684644 (patch) | |
| tree | c08ae482e8a7a5804018aab2610771fed64c5855 /client/client.js | |
| parent | 29c18b202b291304ee8b08c2387b25542f76c414 (diff) | |
refactor frontend
Diffstat (limited to 'client/client.js')
| -rw-r--r-- | client/client.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/client.js b/client/client.js index 1ed895c..07c3158 100644 --- a/client/client.js +++ b/client/client.js @@ -9,5 +9,6 @@ const client = feathers() .configure(feathersHooks()) .configure(feathersAuthentication({ storage: localStorage })) .configure(rest.superagent(superagent)) -module.exports = client + +export default client |
