Renamed parking occupancy script

This commit is contained in:
Justinas K. 2022-01-03 11:36:45 +02:00
parent 7b8b022ae0
commit b32bb918f5
5 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# Europeum
# Parking occupancy
## Project setup
```

View File

@ -1,11 +1,11 @@
{
"name": "europeum",
"name": "parking-occupancy",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "europeum",
"name": "parking-occupancy",
"version": "0.1.0",
"dependencies": {
"core-js": "^3.6.5",

View File

@ -1,5 +1,5 @@
{
"name": "europeum",
"name": "parking-occupancy",
"version": "0.1.0",
"private": true,
"scripts": {

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
<title>Europeum</title>
<title>Parking occupancy</title>
</head>
<body>
<noscript>

View File

@ -1,2 +1,2 @@
//export const BASE_URL = 'http://localhost:58111'
export const BASE_URL = 'http://localhost:58111'
export const BASE_URL = 'http://localhost:8090/scripting/parking'