Revize 62c3051a
Přidáno uživatelem Stanislav Král před asi 4 roky(ů)
app.py | ||
---|---|---|
6 | 6 | |
7 | 7 |
@app.route('/') |
8 | 8 |
def index(): |
9 |
return 'Welcome to the X.509 management application homepage!' |
|
9 |
return 'Welcome to the X.509 management application homepage! 2021'
|
|
10 | 10 | |
11 | 11 | |
12 | 12 |
if __name__ == '__main__': |
Také k dispozici: Unified diff
#8219 - Changed app.py in order to test CI/CG