Skip to content

Commit 4d33a6a

Browse files
authored
Merge pull request #26 from eosrei/example-docs-execute
Example - Executable app.py and correct URL
2 parents f3cc076 + edde929 commit 4d33a6a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/flask_sqlalchemy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ Now the following command will setup the database, and start the server:
4646

4747

4848
Now head on over to
49-
[http://127.0.0.1:5000/graphiql](http://127.0.0.1:5000/graphiql)
49+
[http://127.0.0.1:5000/graphql](http://127.0.0.1:5000/graphql)
5050
and run some queries!

examples/flask_sqlalchemy/app.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
from flask import Flask
24

35
from database import db_session, init_db

0 commit comments

Comments
 (0)