Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d9356bc

Browse files
AM --React
2 parents abe8e64 + d27186e commit d9356bc

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

‎react-app/src/Api/ConfigApi.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
const getApiPath=()=>{
4-
return "http://localhost:8082";
4+
return "";
55
}
66

77
const config={getApiPath}

‎react-app/src/App.js‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ function App() {
3333
<Route path="/a/customers" element={<Customers />} />
3434
<Route path="/a/orders" element={<Orders />} />
3535
<Route path='/a/orders/detail' element={<DetailOrder />} />
36+
<<<<<<< HEAD
3637
<Route path="/a/orders/bill" element={<BasicDocument />} />
38+
=======
39+
<Route path="/orders/bill" element={<BasicDocument />} />
40+
>>>>>>> d27186e767c5d271c6c8f822940542aac08745ba
3741
<Route path="/a/products" element={<Products />} />
3842
<Route path="/a/products/add" element={<AddProducts />} />
3943
<Route path="/a/products/modifier/:id" element={<ModifierProducts />} />

‎react-app/src/components/Orders/BasicDocument.jsx‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ const styles = StyleSheet.create({
134134
},
135135
total: {
136136
width: '50%',
137-
textAlign: 'right',
138137
paddingRight: 8,
139138
textAlign:'center'
140139
},

‎src/main/resources/application.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
server.port=8082
1+
server.port=8081
22
spring.datasource.url=jdbc:oracle:thin:@nfs315_high?TNS_ADMIN=src/main/resources/Wallet
33
spring.datasource.username=MiniProject
44
spring.datasource.password=Abdobella4624

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /