Commit 81e56aa1 authored by Waleed Naeem's avatar Waleed Naeem

Update App.js

parent 9a9a7f60
import axios from "axios"; import axios from "axios";
import { useEffect, useState } from "react"; import { useEffect, useState } from "react";
import "./App.css"; import "./App.css";
const BASE_URL = "http://localhost:3001"; const BASE_URL = "http://128.199.0.13:30286";
function App() { function App() {
const [quotations, setQuotations] = useState([]); const [quotations, setQuotations] = useState([]);
const [quotationForm, setQuotationForm] = useState({ const [quotationForm, setQuotationForm] = useState({
......
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