2021-04-19 14:23:50 +00:00
|
|
|
"""
|
|
|
|
This module imports all the routes that return something to the frontend.
|
2021-04-21 16:47:18 +00:00
|
|
|
"""
|
|
|
|
|
2021-04-22 16:46:41 +00:00
|
|
|
from .doa import page_doa
|
2021-04-25 14:33:12 +00:00
|
|
|
from .users import *
|
|
|
|
from .repository import *
|