This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ import re
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
router = APIRouter(prefix='/api/v1', tags=['hosts'])
|
||||
remnawave = RemnawaveSDK(base_url='http://remnawave:3000', token=getenv('REMNAWAVE_API_TOKEN'))
|
||||
remnawave = RemnawaveSDK(base_url=getenv('REMNAWAVE_URL'), token=getenv('REMNAWAVE_API_TOKEN'))
|
||||
|
||||
|
||||
def clean_host_name(name):
|
||||
|
||||
Reference in New Issue
Block a user