mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 14:44:31 +00:00
Update admin url index.html
This commit is contained in:
parent
fe87be7793
commit
49a3b92aef
@ -145,7 +145,7 @@
|
||||
<h1>Welcome.</h1>
|
||||
<p>You successfully created your Strapi application.</p>
|
||||
<p>You are looking at: <code>./public/index.html</code>.</p>
|
||||
<p>Your built-in admin panel is available at <a href="http://localhost:1337/admin/" target="blank">http://localhost:1337/admin/</a>.
|
||||
<p>Your built-in admin panel is available at <a href="/admin" target="blank">/admin</a>.
|
||||
<h2>Create your first API</h2>
|
||||
<p>Easily generate a complete API with controllers, models and routes using:</p>
|
||||
<pre><code class="lang-bash">$ strapi generate:api <apiName></code></pre>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user