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:
3f00ca5bd4
Gałęzie
Tagi
main
status-server
/
app
/
api.py
api.py
107 B
Historia
Czysty
1
2
3
4
5
6
7
from flask import Blueprint
bp = Blueprint('api', __name__)
@bp.route('/')
def main():
return 'Test'