Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bed1b82

Browse filesBrowse files
charlesardsilvaJon Wayne Parrott
authored andcommitted
Fix URL to run local (GoogleCloudPlatform#1319)
Localhost URL it was wrong to use in a web browser.
1 parent 1bfa445 commit bed1b82
Copy full SHA for bed1b82

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • appengine/standard/firebase/firenotes
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎appengine/standard/firebase/firenotes/README.md

Copy file name to clipboardExpand all lines: appengine/standard/firebase/firenotes/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ server with the following command:
4949

5050
dev_appserver.py frontend/app.yaml backend/app.yaml
5151

52-
1. Visit [http://locahost:8080/](http://locahost:8080/) in a web browser.
52+
1. Visit [http://localhost:8080/](http://localhost:8080/) in a web browser.
5353

5454
## Deploy
5555
1. Change the backend host URL in `main.js` to

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.