More testing of the sqlx and squirrel database system, then added in goose for migrations. Pretty close to making a first version api.
This commit is contained in:
parent
07fa59c8e7
commit
d49e1fbdc0
6 changed files with 554 additions and 7 deletions
|
@ -9,7 +9,7 @@
|
|||
<script defer src="/js/alpine.js"></script>
|
||||
<script src="/js/code.js"></script>
|
||||
<script>
|
||||
let Streams = new GetJson("/api/stream/index.json");
|
||||
let Streams = new GetJson("/api/stream/");
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue