Mercurial > code > home > repos > light9
diff web/show_specific.ts @ 2439:06da5db2fafe
rewrite ascoltami to use the graph for more playback data
author | drewp@bigasterisk.com |
---|---|
date | Thu, 30 May 2024 01:08:07 -0700 |
parents | 26f84fc67ab1 |
children |
line wrap: on
line diff
--- a/web/show_specific.ts Wed May 29 17:28:25 2024 -0700 +++ b/web/show_specific.ts Thu May 30 01:08:07 2024 -0700 @@ -1,2 +1,5 @@ +import { NamedNode } from "n3"; + export const shortShow = "dance2024"; -export const showRoot = `http://light9.bigasterisk.com/show/${shortShow}`; \ No newline at end of file +export const showRoot = `http://light9.bigasterisk.com/show/${shortShow}`; +export const show = new NamedNode(showRoot) \ No newline at end of file