Skip to content

Commit bc335f0

Browse files
authored
Merge pull request #4 from dannyhp1/develop
Modified homepage message.
2 parents cada863 + 4ddc309 commit bc335f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coderpad-client

executor/executor_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
@app.route('/')
1111
def main():
12-
return 'Welcome to the homepage of the executor.'
12+
return 'Welcome to the homepage.'
1313

1414
@app.route('/execute', methods = ['POST'])
1515
def execute():

0 commit comments

Comments
 (0)