dms-client/api/hello.py
2022-02-28 13:51:30 +08:00

7 lines
113 B
Python

api = RedPrint('hello')
@api.route('/hello', methods=['GET'])
def index():
return '<H2>Hello , World</H2>'