python server is in debug mode
This commit is contained in:
@@ -27,7 +27,7 @@ export class Main extends React.Component<any, any> {
|
|||||||
</Header.Content>
|
</Header.Content>
|
||||||
</Header>
|
</Header>
|
||||||
</Segment>
|
</Segment>
|
||||||
<LexSetup {...this.props} fileName="/new_es_orig.xml"/>
|
<LexSetup {...this.props} fileName="/new_es.xml"/>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,3 +9,6 @@ def walle_index():
|
|||||||
@app.route('/test')
|
@app.route('/test')
|
||||||
def walle_test():
|
def walle_test():
|
||||||
return "test"
|
return "test"
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
app.run(debug=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user