minor updates
[urlittler] / init-static.sql
1 INSERT INTO link (id, url) VALUES ('static', '/static/index.html');
2 INSERT INTO link (id, url) VALUES ('favicon.ico', '/static/favicon.ico');
3 INSERT INTO link (id, url) VALUES ('robots.txt', '/static/robots.txt');
4
5 -- INSERT INTO link (id, url) VALUES ('wp-login.php', '');