Skip to content

Commit

Permalink
b10
Browse files Browse the repository at this point in the history
  • Loading branch information
pvyParts committed Nov 19, 2023
1 parent 904b975 commit d0c6ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion taxtools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
default_app_config = 'taxtools.apps.TaxToolsConfig'
__version__ = "0.0.1b9"
__version__ = "0.0.1b10"
2 changes: 1 addition & 1 deletion taxtools/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
app_name = 'taxtools'

urlpatterns = [
re_path(r'^/', views.react_bootstrap, name='view'),
# re_path(r'^/', views.react_bootstrap, name='view'),
# re_path(r'^add_corp_token/$', views.ghost_corp_add, name='add'),
# re_path(r'^set_ghost_char/$', views.ghost_setkick_character, name='set'),
re_path(r'^api/', api.urls),
Expand Down

0 comments on commit d0c6ab9

Please sign in to comment.