Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
partido-interdimensional-pirata
lumi
la web de miniloom
Commits
3475d56b
Commit
3475d56b
authored
Mar 02, 2020
by
void
Browse files
defaultear a localhost:3000 para API_HOST
parent
f5807cb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/store.js
View file @
3475d56b
...
...
@@ -5,7 +5,7 @@ import { registerWebpush } from './sjwManager'
Vue
.
use
(
Vuex
)
const
API_URL
=
process
.
env
.
API_URL
const
API_URL
=
process
.
env
.
API_URL
||
'
http://localhost:3000
'
const
generateToken
=
(
email
=
localStorage
.
email
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment