mirror of
https://github.com/ThunixdotNet/thunix_api.git
synced 2026-06-20 00:49:26 +00:00
Refractor thunix_api to use flask_rest package
This commit is contained in:
5
endpoints/disk.py
Normal file
5
endpoints/disk.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from flask_restful import Resource, abort
|
||||
|
||||
class Disk(Resource):
|
||||
def get(self):
|
||||
abort(501, message="Not currently implemented.")
|
||||
Reference in New Issue
Block a user