This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
GlobalCube
/
status-server
Obserwuj
3
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
d4e15cbfe0
Gałęzie
Tagi
main
status-server
/
app
/
api.py
api.py
108 B
Historia
Czysty
1
2
3
4
5
6
7
8
from flask import Blueprint
bp = Blueprint("api", __name__)
@bp.route("/")
def main():
return "Test"