cordero67 / openseatdirect-in-test

OpenSeatDirect Front End Production
0 stars 0 forks source link

remove any code reference to "/events" urls #66

Open cordero67 opened 2 years ago

mikem20 commented 2 years ago

here is where it happens

Michaels-MBP-6:src michaelmazier$ grep -r '/events' . ./EventCreation/EditEvent.js: apiurl = ${API}/accounts/${accountNum}/events/${eventDescription.eventNum}; ./EventCreation/CreateEvent.js: apiurl = ${API}/accounts/${accountNum}/events; ./TicketPurchases/TicketSelection.js: window.location.href = /events; ./TicketPurchases/Resources/apiCore.js: return fetch(${API}/events/${eventId}, { ./TicketPurchases/CustomerInfoFree.js: window.location.href = "/events"; ./TicketPurchases/CustomerInfoFree.js: window.location.href = "/events"; ./TicketPurchases/CheckoutPayPalExpress.js: window.location.href = "/events"; ./TicketPurchases/CheckoutPayPalExpress.js: window.location.href = "/events"; ./TicketPurchases/CustomerInfoPaid.js: window.location.href = "/events"; ./TicketPurchases/CustomerInfoPaid.js: window.location.href = "/events"; ./TicketPurchases/CheckoutPayPalMerchant.js: window.location.href = "/events"; ./TicketPurchases/CheckoutPayPalMerchant.js: window.location.href = "/events"; ./TicketPurchases/CheckoutPayPalMerchant.js: //window.location.href = /events; ./components/HomePage/HomePage.js: window.location.href = "/events"; ./components/HomePage/HomePage.js: window.location.href = "/events"; ./components/HomePage/HomePage.js: window.location.href = "/events"; ./components/HomePage/HomePage.js: window.location.href = "/events"; ./components/HomePage/HomePage.js: window.location.href = "/events"; ./components/HomePage/HomePage.js: window.location.href = "/events"; ./components/HomePage/HomePage.js: window.location.href = "/events"; ./Users/TicketWallet/TicketWallet.js: //fetch(${API}/events/${item.eventNum}, { ./Users/TicketWallet/TicketWallet.js: fetch(${API}/events/${item.eventNum}, { ./Users/Authentication/SignIn.js: return ; ./Users/Vendor/VendorAccount.js: let fetchstr = ${API}/accounts/${tempUser.user.accountId.accountNum}/events; ./Events/apiEvents.js: return fetch(${API}/events/${eventId}, { ./Events/apiEvents.js: let fetchstr = ${API}/events; ./Events/apiEvents.js: let fetchstr = ${API}/events?past=true; ./TicketPurchase/Resources/apiCore.js: return fetch(${API}/events/${eventId}, { Michaels-MBP-6:src michaelmazier$