ValueError: urls must start with a leading slash

这个错误是因为

server.route('/api/get_bill')括号中的内容,缺少‘/’

相关文章: