This repository has been archived on 2025-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
simple-blog-api/dev.py
2021-06-03 22:55:43 +09:30

6 lines
70 B
Python

from app import api
if __name__ == '__main__':
api.run(debug=True)