]> git.somenet.org - pub/jan/aic18.git/blob - service-analysis/health_check.py
Merge branch '47-style-website-with-s-css' into 'master'
[pub/jan/aic18.git] / service-analysis / health_check.py
1 # -*- coding: utf-8 -*-
2 from flask_restful import Resource
3                                 
4 class Health_Check(Resource):
5         def get(self):
6                 return "System up and running :)", 200