Skip to content

Commit

Permalink
changed title
Browse files Browse the repository at this point in the history
  • Loading branch information
olaekdahl committed Sep 22, 2023
1 parent 496b882 commit 78a9126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="site.css" />
<title>Star Wars API Demo</title>
<title>Star Wars API</title>
</head>

<body>
<header></header>
<main>
<h1>SWAPI data API</h1>
<h1>SWAPI data</h1>
<p>To get to the SWAPI data, make RESTful requests at <a href="/api">/api</a>.</p>
<p>See <a href="/api-docs">/api-docs</a> for Swagger docs and <a href="/api/swagger.json">/api/swagger.json</a> for Swagger file.</p>

Expand Down

0 comments on commit 78a9126

Please sign in to comment.