dms-client/api/hello.py

7 lines
113 B
Python
Raw Permalink Normal View History

2022-02-28 13:51:30 +08:00
api = RedPrint('hello')
@api.route('/hello', methods=['GET'])
def index():
return '<H2>Hello , World</H2>'