Skip to content

Commit dd653e9

Browse files
committed
update
1 parent b6fb4d0 commit dd653e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

migrations/versions/9da27a632fc9_.py renamed to migrations/versions/1402b5395e74_.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
"""empty message
22
3-
Revision ID: 9da27a632fc9
3+
Revision ID: 1402b5395e74
44
Revises:
5-
Create Date: 2021-09-16 08:51:51.514752
5+
Create Date: 2021-09-16 09:12:27.070415
66
77
"""
88
from alembic import op
99
import sqlalchemy as sa
1010

1111

1212
# revision identifiers, used by Alembic.
13-
revision = '9da27a632fc9'
13+
revision = '1402b5395e74'
1414
down_revision = None
1515
branch_labels = None
1616
depends_on = None

src/front/js/store/flux.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ const getState = ({ getStore, getActions, setStore }) => {
1616
clientId: [],
1717
favouritesId: [],
1818
businessId: [],
19-
BASE_URL: "https://www.okage.es/",
20-
URL_API: "https://okage2.herokuapp.com/api/",
19+
BASE_URL: "https://3000-copper-cougar-airoiadp.ws-eu16.gitpod.io/",
20+
URL_API: "https://3001-copper-cougar-airoiadp.ws-eu16.gitpod.io/api/",
2121
user: {},
2222
currentUser: {}
2323
},

0 commit comments

Comments
 (0)