mastoradio-fork/src/routes.js

4 lines
121 B
JavaScript
Raw Permalink Normal View History

2020-02-16 17:02:39 +01:00
import Route from 'route-parser'
export const home = new Route('/')
export const share = new Route('/share/:domain/:id')