mirror of
https://github.com/ThunixdotNet/thunix_api.git
synced 2026-01-24 13:10:18 +00:00
Add missing imports endpoints
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from flask_restful import Resource
|
||||
import psutil
|
||||
import socket
|
||||
|
||||
class Ip_Info(Resource):
|
||||
def get_ip_addresses(self, family):
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
from flask_restful import Resource, abort
|
||||
import psutil
|
||||
|
||||
class Memory(Resource):
|
||||
def get(self):
|
||||
|
||||
Reference in New Issue
Block a user