adds index/deindex endpoints

This commit is contained in:
Keagan McClelland
2022-05-23 17:52:05 -06:00
parent 411d186517
commit fe423f1ed2
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 ()