Files
fastapi_best_architecture/backend/main.py
Wu Clan d9985f9d4d Add plugin system and notice plugin (#503)
* Update system notice to plugin

* Add plugin model alembic support

* update plugin conf

* add plugin route injection

* update plugin route inject

* fix and optimize plugin router inject
2025-02-13 21:19:49 +08:00

6 lines
117 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from backend.core.registrar import register_app
app = register_app()