mirror of
https://github.com/1f349/violet.git
synced 2024-11-09 22:22:50 +00:00
12 lines
185 B
SQL
12 lines
185 B
SQL
select source,
|
|
pre,
|
|
destination,
|
|
abs,
|
|
cors,
|
|
secure_mode,
|
|
forward_host,
|
|
forward_addr,
|
|
ignore_cert
|
|
from routes
|
|
where active = true
|