Skip to content

Commit 8f46a43

Browse files
committed
trying out a different ssl body, last one probably expired!
1 parent c9d7449 commit 8f46a43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
import {
22
addToCart,
3+
checkout,
34
removeFromCart,
45
resetCart,
5-
checkout,
66
saveOrder
77
} from './cart/index.js'
88

99
export default new Vue({
1010
el: '#app',
1111
data: {
1212
webappName: 'After School Booking',
13-
ELASTIC_BEANSTALK_API_URL: `https://cst3145-lessons-booking-system.eu-west-2.elasticbeanstalk.com`,
13+
ELASTIC_BEANSTALK_API_URL: `https://afterschoolbookingsystem-env.eba-mczp9a9e.eu-west-2.elasticbeanstalk.com`,
1414
showCart: false,
1515
searchQuery: '',
1616
sortCriteria: 'subject',

0 commit comments

Comments
 (0)