mirror of
https://github.com/kevin-DL/ShortMe-URL-Shortener.git
synced 2026-01-17 05:24:52 +00:00
Initial commit
This commit is contained in:
5
app/app.py
Normal file
5
app/app.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from app.setup.setup import create_app
|
||||
|
||||
CONFIG_FILE = 'settings.py'
|
||||
|
||||
app = create_app(config_file=CONFIG_FILE)
|
||||
Reference in New Issue
Block a user