File tree Expand file tree Collapse file tree 6 files changed +18
-13
lines changed Expand file tree Collapse file tree 6 files changed +18
-13
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.2.2] [ 12/04/2021]
4
+
5
+ ### Updated
6
+ - Update project for new backend
7
+ - Update support links
8
+
3
9
## [ 3.2.1]
4
10
5
11
- Fix icons animation
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " light-blue-vue" ,
3
- "version" : " 3.2.1 " ,
3
+ "version" : " 3.2.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " vue-cli-service serve --port 3000" ,
Original file line number Diff line number Diff line change 27
27
<div class =" d-flex justify-content-between mt-lg" >
28
28
<a role =" button"
29
29
target =" _blank"
30
- href =" https://flatlogic.com/contact "
30
+ href =" https://flatlogic.com/forum "
31
31
class =" btn btn-outline-default btn-rounded-f fs-mini text-muted d-flex align-items-center" >
32
32
<i class =" glyphicon glyphicon-headphones mr-xs mt-n-sm" ></i >
33
33
Support
34
34
</a >
35
35
<a role =" button"
36
36
target =" _blank"
37
- href =" https://github.com/flatlogic/light-blue-vue"
37
+ href =" https://github.com/flatlogic/light-blue-vue-admin "
38
38
class =" btn btn-outline-default btn-rounded-f fs-mini text-muted d-flex align-items-center" >
39
39
<i class =" fa fa-github mr-xs" ></i >
40
40
Github
Original file line number Diff line number Diff line change 1
- const hostApi = process . env . NODE_ENV === "development" ? "http://localhost" : "https://flatlogic-node-backend .herokuapp.com" ;
1
+ const hostApi = process . env . NODE_ENV === "development" ? "http://localhost" : "https://sing-generator-node .herokuapp.com" ;
2
2
const portApi = process . env . NODE_ENV === "development" ? 8080 : "" ;
3
- const baseURLApi = `${ hostApi } ${ portApi ? `:${ portApi } ` : `` } ` ;
3
+ const baseURLApi = `${ hostApi } ${ portApi ? `:${ portApi } ` : `` } /api` ;
4
+ const redirectUrl = process . env . NODE_ENV === "development" ? "http://localhost:3000/light-blue-vue" : "https://demo.flatlogic.com/light-blue-vue/" ;
5
+
4
6
const colors = {
5
7
blue : '#2477FF' ,
6
8
green : '#2D8515' ,
@@ -24,10 +26,11 @@ export default {
24
26
hostApi,
25
27
portApi,
26
28
baseURLApi,
27
- remote : "https://flatlogic-node-backend.herokuapp.com" ,
29
+ redirectUrl,
30
+ remote : "https://sing-generator-node.herokuapp.com" ,
28
31
isBackend : process . env . VUE_APP_BACKEND ,
29
32
auth : {
30
- email : 'admin@flatlogic.com' ,
31
- password : 'password'
33
+ email : 'admin@flatlogic.com' ,
34
+ password : 'password'
32
35
}
33
36
} ;
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export default {
33
33
dispatch ( 'requestRegister' ) ;
34
34
const creds = payload . creds ;
35
35
if ( creds . email . length > 0 && creds . password . length > 0 ) {
36
- axios . post ( "/user /signup" , creds ) . then ( ( ) => {
36
+ axios . post ( "/auth /signup" , creds ) . then ( ( ) => {
37
37
dispatch ( 'receiveRegister' ) ;
38
38
payload . $toasted . success ( "You've been registered successfully" ) ;
39
39
router . push ( '/login' ) ;
Original file line number Diff line number Diff line change @@ -4791,10 +4791,6 @@ javascript-stringify@^1.6.0:
4791
4791
version "1.6.0"
4792
4792
resolved "https://registry.yarnpkg.com/javascript-stringify/-/javascript-stringify-1.6.0.tgz#142d111f3a6e3dae8f4a9afd77d45855b5a9cce3"
4793
4793
4794
- jquery-ui@^1.12.1 :
4795
- version "1.12.1"
4796
- resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.12.1.tgz#bcb4045c8dd0539c134bc1488cdd3e768a7a9e51"
4797
-
4798
4794
js-base64@^2.1.8 :
4799
4795
version "2.5.1"
4800
4796
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.5.1.tgz#1efa39ef2c5f7980bb1784ade4a8af2de3291121"
You can’t perform that action at this time.
0 commit comments