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

Commit

Permalink
Merge pull request #8 from Redon-Tech/development
Browse files Browse the repository at this point in the history
V1.0.2
  • Loading branch information
parker02311 committed Oct 18, 2021
2 parents 09e91fd + 76aa8a7 commit 58a2226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BOT/lib/cogs/website.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ async def status():


@app.route("/v1/products", methods=["GET"])
@require_apikey
async def products():
dbresponse = getproducts()
results = {}
Expand Down

0 comments on commit 58a2226

Please sign in to comment.