Skip to content

Commit 5899774

Browse files
committed
cleanup
1 parent 50a99fe commit 5899774

File tree

13 files changed

+3
-36
lines changed

13 files changed

+3
-36
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ I've written a complete tutorial series for this application on The CalliCoder B
4343
mvn spring-boot:run
4444
```
4545

46-
The server will start on port 5000. The spring boot app includes the front end build also, so you'll be able to access the complete application on `http://localhost:5000`.
46+
The server will start on port 8080.
4747

4848
You can also package the application in the form of a `jar` file and then run it like so -
4949

polling-app-client/src/constants/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const API_BASE_URL = 'http://localhost:5000/api';
1+
export const API_BASE_URL = 'http://localhost:8080/api';
22
//export const API_BASE_URL = '/api';
33
export const ACCESS_TOKEN = 'accessToken';
44

polling-app-server/src/main/resources/application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Server Properties
2-
server.port= 5000
2+
server.port= 8080
33
server.compression.enabled=true
44

55
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)

polling-app-server/src/main/resources/static/asset-manifest.json

-7
This file was deleted.
Binary file not shown.

polling-app-server/src/main/resources/static/index.html

-1
This file was deleted.

polling-app-server/src/main/resources/static/manifest.json

-15
This file was deleted.

polling-app-server/src/main/resources/static/service-worker.js

-1
This file was deleted.

polling-app-server/src/main/resources/static/static/css/main.91ddec36.css

-2
This file was deleted.

polling-app-server/src/main/resources/static/static/css/main.91ddec36.css.map

-1
This file was deleted.

polling-app-server/src/main/resources/static/static/js/main.cf1945d2.js

-2
This file was deleted.

polling-app-server/src/main/resources/static/static/js/main.cf1945d2.js.map

-1
This file was deleted.

polling-app-server/src/main/resources/static/static/media/poll.1bc024be.svg

-3
This file was deleted.

0 commit comments

Comments
 (0)