Skip to content

Commit

Permalink
Create git repos for the ct-api.
Browse files Browse the repository at this point in the history
  • Loading branch information
alf committed Oct 6, 2011
0 parents commit 83b0d06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
.DS_Store
/*.pyc
7 changes: 7 additions & 0 deletions __init__.py
@@ -0,0 +1,7 @@
from flask import Blueprint

api = Blueprint('api', __name__)

@api.route('/')
def index():
return "I works!"

0 comments on commit 83b0d06

Please sign in to comment.