adds index/deindex endpoints

This commit is contained in:
Keagan McClelland
2022-05-23 17:52:05 -06:00
parent 8929cdb791
commit 2207c3b75c
7 changed files with 64 additions and 44 deletions

7
cli/Main.hs Normal file
View File

@@ -0,0 +1,7 @@
module Main where
import Startlude ( IO
, pure
)
main :: IO ()
main = pure ()