mirror of
https://github.com/codl/forget
synced 2024-12-13 17:08:12 +01:00
e4b443ce45
also add robots.txt and humans.txt routes
10 lines
134 B
Python
10 lines
134 B
Python
from app import app
|
|
import routes
|
|
import routes.misc
|
|
import routes.api
|
|
|
|
assert app
|
|
assert routes
|
|
assert routes.misc
|
|
assert routes.api
|