Explorar o código

Fixed a typo in the return message (#107)

Signed-off-by: Tuna Alaygut <alaygut@gmail.com>
Tuna Alaygut %!s(int64=5) %!d(string=hai) anos
pai
achega
d0769851bc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      nginx-flask-mongo/flask/server.py

+ 1 - 1
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__":