Skip to content
Snippets Groups Projects
Commit 55289614 authored by brunoravera's avatar brunoravera
Browse files

https

parent da6d1106
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ Then start the development server: ...@@ -19,7 +19,7 @@ Then start the development server:
yarn redwood dev yarn redwood dev
``` ```
Your browser should automatically open to [http://localhost:8910](http://localhost:8910) where you'll see the Welcome Page, which links out to many great resources. Your browser should automatically open to [https://localhost:8910](https://localhost:8910) where you'll see the Welcome Page, which links out to many great resources.
> **The Redwood CLI** > **The Redwood CLI**
> >
......
window.env = {"REDWOOD_ENV_API_URL":"http://localhost:8080/api"}; window.env = {"REDWOOD_ENV_API_URL":"https://localhost:8080/api"};
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment