Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 58a2226

Browse files
authored
Merge pull request #8 from Redon-Tech/development
V1.0.2
2 parents 09e91fd + 76aa8a7 commit 58a2226

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: BOT/lib/cogs/website.py

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ async def status():
5959

6060

6161
@app.route("/v1/products", methods=["GET"])
62+
@require_apikey
6263
async def products():
6364
dbresponse = getproducts()
6465
results = {}

0 commit comments

Comments
 (0)