diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-10-09 12:05:17 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-10-09 12:05:17 -0400 |
| commit | 66c99389e4725d96ef68298a9c608654b9517d4b (patch) | |
| tree | f267233ea05cfa6d60aabe910b467e1d31704774 /hi-ui | |
| parent | f0916e6611c4381911a49128c18b52a8cbffe096 (diff) | |
Naming error
Diffstat (limited to 'hi-ui')
| -rw-r--r-- | hi-ui/src/apiServer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hi-ui/src/apiServer.js b/hi-ui/src/apiServer.js index 57f1d8c..7206195 100644 --- a/hi-ui/src/apiServer.js +++ b/hi-ui/src/apiServer.js @@ -1,5 +1,5 @@ import axios from 'axios'; -import { activeChannel, channelsList, loginsList, messages } from './store'; +import { activeChannel, channelsList, logins, messages } from './store'; export const apiServer = axios.create({ baseURL: '/api/', |
