mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Correct missing Exif data
Format missed information
This commit is contained in:
parent
da1579555b
commit
c02d618844
6 changed files with 266 additions and 179 deletions
|
@ -96,8 +96,8 @@ def create_app(test_config=None):
|
|||
app.register_blueprint(auth.blueprint)
|
||||
|
||||
# Load routes for home and images
|
||||
from . import gallery
|
||||
app.register_blueprint(gallery.blueprint)
|
||||
from . import routing
|
||||
app.register_blueprint(routing.blueprint)
|
||||
app.add_url_rule('/', endpoint='index')
|
||||
|
||||
# Load APIs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue