Commit 86224ccf authored by Kyle Muldoon's avatar Kyle Muldoon

update

parent fb3c7cb1
spring.data.mongodb.database=e-commerce-db
spring.data.mongodb.uri=mongodb+srv://ecom:ecom@e-commerce-db-cluster.va815.mongodb.net/e-commerce-db?retryWrites=true&w=majority
security.enable-csrf=false
server.port=8080
products.apiUrl=http://localhost:8083
......
import Config from './../config'
import axios from 'axios'
export const sendOrderPost = (order) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment