Refactoring code for modular approach

This commit is contained in:
2025-09-11 21:16:18 +02:00
parent 900229d452
commit f9ed3bdf11
18 changed files with 684 additions and 228 deletions

View File

@@ -2,7 +2,6 @@
# This file demonstrates how to use the authentication endpoints
import requests
import json
# API Base URL
BASE_URL = "http://localhost:8000"