Skip to content

Commit aac647a

Browse files
committed
Forget to set the mapbox token
1 parent 74a98fa commit aac647a

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

src/web-api/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
</noscript>
3939

4040

41-
<script type="text/javascript" src="runtime.fa38b38303c773e537d4.js"></script><script type="text/javascript" src="polyfills.2523bbfa13f61490af7a.js"></script><script type="text/javascript" src="main.ab98bb0033e20a6e1ebf.js"></script></body></html>
41+
<script type="text/javascript" src="runtime.fa38b38303c773e537d4.js"></script><script type="text/javascript" src="polyfills.2523bbfa13f61490af7a.js"></script><script type="text/javascript" src="main.79cdaeabc15f6a02d83a.js"></script></body></html>

src/web-api/public/main.ab98bb0033e20a6e1ebf.js renamed to src/web-api/public/main.79cdaeabc15f6a02d83a.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/web-api/public/ngsw.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"https://qcontrol.be/4.f98872db1b41b24401bc.js",
1515
"https://qcontrol.be/favicon.ico",
1616
"https://qcontrol.be/index.html",
17-
"https://qcontrol.be/main.ab98bb0033e20a6e1ebf.js",
17+
"https://qcontrol.be/main.79cdaeabc15f6a02d83a.js",
1818
"https://qcontrol.be/polyfills.2523bbfa13f61490af7a.js",
1919
"https://qcontrol.be/runtime.fa38b38303c773e537d4.js",
2020
"https://qcontrol.be/styles.2c66f55589338b8fbe69.css"
@@ -134,8 +134,8 @@
134134
"https://qcontrol.be/assets/img/1356-2.jpg": "b9cb14f6d7eca7b0efd8b48fb68ed41b98012374",
135135
"https://qcontrol.be/assets/img/1356-3.jpg": "c6ca611765917cada5fc55fd56a873f49e3164a1",
136136
"https://qcontrol.be/favicon.ico": "c9b76b1168ce577430794e509a10a007be438d07",
137-
"https://qcontrol.be/index.html": "feb728ca897b94ce81b6255c57170482dbb1b81b",
138-
"https://qcontrol.be/main.ab98bb0033e20a6e1ebf.js": "ca9b67d15587d4d87946a649156fb179e882944a",
137+
"https://qcontrol.be/index.html": "56cbf359a23c71822202202d8b5423257b886325",
138+
"https://qcontrol.be/main.79cdaeabc15f6a02d83a.js": "99efb8b8fbb9c1f17c9a73a72d6f7e7a83589293",
139139
"https://qcontrol.be/polyfills.2523bbfa13f61490af7a.js": "6bf7d144b7b7342026c70b1c9a2a7df61e0de8dd",
140140
"https://qcontrol.be/runtime.fa38b38303c773e537d4.js": "1aedd253b780d8b65bc6270115e8afc8ae3ca453",
141141
"https://qcontrol.be/styles.2c66f55589338b8fbe69.css": "31c41684553f3e77762f6d6320639445547bfc00"
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
export const environment = {
22
production: true,
3-
API_URL: '',
3+
API_URL: 'https://qcontrol.be/',
44
mapbox: {
5-
accessToken: '',
5+
accessToken:
6+
'pk.eyJ1Ijoicnlyb3YiLCJhIjoiY2prMGJpbnhvMDRybjNwbXFrbnE5ZGVndyJ9._FyNDh3puw1YnF5Ur6bmqw',
67
style: 'mapbox://styles/mapbox/light-v9'
78
}
89
};

src/web-app/environments/environment.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ export const environment = {
66
production: false,
77
API_URL: 'http://localhost:8081/',
88
mapbox: {
9-
accessToken: 'pk.eyJ1Ijoicnlyb3YiLCJhIjoiY2prMHZybm0xMDVibzN0dDRnbHE1ZGliYyJ9.IdIjgTWgjgnjYNzQL9MzuQ',
9+
accessToken:
10+
'pk.eyJ1Ijoicnlyb3YiLCJhIjoiY2prMHZybm0xMDVibzN0dDRnbHE1ZGliYyJ9.IdIjgTWgjgnjYNzQL9MzuQ',
1011
style: 'mapbox://styles/mapbox/light-v9'
1112
}
1213
};

0 commit comments

Comments
 (0)