Spaces:
Sleeping
Sleeping
# wsgi.py | |
from main import * | |
# Create the Flask app | |
obj_app = get_all_posts() |
# wsgi.py | |
from main import * | |
# Create the Flask app | |
obj_app = get_all_posts() |