aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.py
blob: c5418033bad325aec7f0545215eb5f5faa7128ea (plain)
1
2
3
4
5
6
7
8
9
10
"""
Test
"""
# import requests

# BASE = "http://127.0.0.1:5000"

# response = requests.post(f"{BASE}/api/v1/heroes")

# print(response.json())