We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f184c commit 05d70d0Copy full SHA for 05d70d0
1 file changed
src/Presentation.Web.Server/wwwroot/index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>bITdevKit GettingStarted API</title>
+ <title>BridgingIT.DevKit.Examples.GettingStarted API</title>
7
<style>
8
* {
9
margin: 0;
@@ -193,7 +193,7 @@
193
<body>
194
<div class="container">
195
<header>
196
- <h1>bITdevKit GettingStarted API</h1>
+ <h1>BridgingIT.DevKit.Examples.GettingStarted API</h1>
197
<p>Domain-Driven Design Example with Clean Architecture</p>
198
</header>
199
0 commit comments