Merge pull request #12397 from xuduochengzi/patch-1

Update develop.md
This commit is contained in:
Usha Mandya 2021-03-02 15:46:36 +00:00 committed by GitHub
commit 829e6044ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ def get_widgets() :
return json.dumps(json_data)
@app.route('/db')
@app.route('/initdb')
def db_init():
mydb = mysql.connector.connect(
host="mysqldb",
@ -255,4 +255,4 @@ In the next module, well take a look at how to set up a CI/CD pipeline using
## Feedback
Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Python%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates.
Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Python%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates.