home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 1073135433

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/1668#issuecomment-1073135433 https://api.github.com/repos/simonw/datasette/issues/1668 1073135433 IC_kwDOBm6k_c4_9r9J 9599 2022-03-20T00:20:36Z 2022-03-20T00:20:36Z OWNER Building this plugin instantly revealed that all of the links - on the homepage and the database page and so on - are incorrect: ```python from datasette import hookimpl @hookimpl def startup(datasette): db = datasette.get_database("fixtures2") db.route = "alternative-route" ``` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1174306154  
Powered by Datasette · Queries took 1.142ms