Skip to content

Commit

Permalink
Update run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinedev committed Oct 15, 2024
1 parent ef174e8 commit 423c8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def user_conf(config):
print('demo')
return 'TEST Today' + str(DT.now())

@app.route("/apis/<version>/", methods=["GET", "POST"])
@app.route("/api/<version>/", methods=["GET", "POST"])
async def apis(version):
return await api_loader(version)

Expand Down

0 comments on commit 423c8fe

Please sign in to comment.