Skip to content

Commit

Permalink
url change
Browse files Browse the repository at this point in the history
  • Loading branch information
Omanshb committed Oct 25, 2023
1 parent 8db0a7f commit 454c2cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions training/training/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ def super_cool_awesome_endpoint(request: HttpRequest):
return 200, {"message": "Welcome to my super cool awesome endpoint"}


api.add_router("/datasets/default/", get_default_datasets_router())
api.add_router("/tabular", get_tabular_router())
api.add_router("/datasets/default/", default_dataset_router)
api.add_router("/tabular", tabular_router)


urlpatterns = [
path("admin/", admin.site.urls),
Expand Down

0 comments on commit 454c2cc

Please sign in to comment.