Fix some typos
This commit is contained in:
parent
d242a31c92
commit
3bb31c84fd
7 changed files with 11 additions and 11 deletions
|
|
@ -190,7 +190,7 @@ def create_backend_app(service):
|
|||
index = 2
|
||||
while endpoint in backend_app.view_functions:
|
||||
# HACK: Sometimes we map the same view to multiple url_paths. Flask
|
||||
# requries us to have different names.
|
||||
# requires us to have different names.
|
||||
endpoint = original_endpoint + str(index)
|
||||
index += 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue