change to cities

This commit is contained in:
Henrik Bygren 2024-05-14 13:10:05 +02:00
parent 46da166910
commit 224db96a3b
3 changed files with 2 additions and 2 deletions

1
api/getCities.js Normal file
View File

@ -0,0 +1 @@
[{ "Name": "Stockholm", "Population": 2000000 }, { "Name": "Ängelholm" , "Population": 42000}, { "Name": "Helsingborg", "Population": 100000}, { "Name": "Gäteborg", "Population": 1200000}, { "Name": "Malmö", "Population": 1000000}]

View File

@ -1 +0,0 @@
[{"Name": "Sweden"}, {"Name":"Finland"},{"Name": "Denmark"}, {"Name": "Norway"}, {"Name": "Island"}]

View File

@ -54,7 +54,7 @@
<p>Gå till <a href="http://dn.se">DN</a> och titta.</p> <p>Gå till <a href="http://dn.se">DN</a> och titta.</p>
</section> </section>
<section id="country"> <section id="country">
<h2>Länder</h2> <h2>Viktiga städer i Sverige</h2>
</section> </section>