Skip to content

Commit

Permalink
Merge remote-tracking branch 'real/master' into path_support
Browse files Browse the repository at this point in the history
# Conflicts:
#	reddash/app/dashboard/__init__.py
  • Loading branch information
fixator10 committed Jan 23, 2021
2 parents cee3388 + 0566448 commit 2622a9c
Show file tree
Hide file tree
Showing 99 changed files with 10,803 additions and 10,795 deletions.
9 changes: 9 additions & 0 deletions reddash/app/api/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# -*- encoding: utf-8 -*-
"""
License: MIT
Copyright (c) 2019 - present AppSeed.us
"""

from flask import Blueprint

blueprint = Blueprint("api_blueprint", __name__,)
Loading

0 comments on commit 2622a9c

Please sign in to comment.