mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 02:27:47 +00:00
Setup a basic flask-admin interface
This commit is contained in:
5
admin/run.py
Normal file
5
admin/run.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from freeposte import app
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=True)
|
||||
Reference in New Issue
Block a user