Files
2024-08-22 20:48:03 +02:00

10 lines
173 B
SQL

SELECT
'title' AS component,
'Welcome to the API' AS contents;
SELECT 'button' AS component;
SELECT
'Back home' AS title,
'home' AS icon,
'/' AS link;