Skip to content

Commit 6b11f95

Browse files
committed
Fixed Dist gitignore
1 parent 6b15551 commit 6b11f95

File tree

5 files changed

+19
-13
lines changed

5 files changed

+19
-13
lines changed

app/api/views.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,3 @@
1111
@api_bp.route('/')
1212
def api():
1313
return render_template('api.html', msg='API Blueprint View')
14-
15-
16-
from flask import session, jsonify
17-
18-
@api_bp.route('/test')
19-
def test():
20-
session['test_cookie'] = 'xxx'
21-
return jsonify({'test': True})
22-
23-
@api_bp.route('/testcookie')
24-
def testcookie():
25-
return jsonify({'msg': 'Here is cookie is {}'.format(session)})

app/client/app/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.DS_Store
22
node_modules/
3-
dist/
43
npm-debug.log
54
yarn-error.log

app/client/app/dist/build.js

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/client/app/dist/build.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/client/app/dist/logo.png

4.08 KB
Loading

0 commit comments

Comments
 (0)