python server is in debug mode
parent
3f09cdca6e
commit
2aa2cf1c83
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue