Fixed a typo in the return message (#107)

Signed-off-by: Tuna Alaygut <alaygut@gmail.com>
pull/113/head
Tuna Alaygut 3 years ago committed by GitHub
parent 3253a84db6
commit d0769851bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      nginx-flask-mongo/flask/server.py

@ -14,7 +14,7 @@ def todo():
client.admin.command('ismaster')
except:
return "Server not available"
return "Hello fom the MongoDB client!\n"
return "Hello from the MongoDB client!\n"
if __name__ == "__main__":

Loading…
Cancel
Save