10 lines
173 B
SQL
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;
|