mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
5 lines
No EOL
88 B
Python
5 lines
No EOL
88 B
Python
from advlabdb import app
|
|
|
|
@app.route("/")
|
|
def index():
|
|
return "Welcome on AdvLabDB!" |