summaryrefslogtreecommitdiff
path: root/app/routes/__init__.py
diff options
context:
space:
mode:
authorstilbruch <stilbruch@protonmail.com>2022-04-23 14:26:59 -0500
committerstilbruch <stilbruch@protonmail.com>2022-04-23 14:26:59 -0500
commit316edff9e6b90ab310978c10adbeffa87d18e746 (patch)
tree2c36e998122e39911bfb458ed1671d6f6e3ae041 /app/routes/__init__.py
parent404bba9d518271533d5e4c83dabd8541726bf248 (diff)
downloadStrengthy-316edff9e6b90ab310978c10adbeffa87d18e746.tar.xz
Strengthy-316edff9e6b90ab310978c10adbeffa87d18e746.zip
Fix workout deleting option
Diffstat (limited to 'app/routes/__init__.py')
-rw-r--r--app/routes/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/routes/__init__.py b/app/routes/__init__.py
index e243576..09fcbf3 100644
--- a/app/routes/__init__.py
+++ b/app/routes/__init__.py
@@ -1,3 +1,4 @@
+from routes.api import *
from routes.user import *
from routes.workout import *
from routes.basic import *