mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 10:21:51 +00:00
adds index/deindex endpoints
This commit is contained in:
7
cli/Main.hs
Normal file
7
cli/Main.hs
Normal file
@@ -0,0 +1,7 @@
|
||||
module Main where
|
||||
import Startlude ( IO
|
||||
, pure
|
||||
)
|
||||
|
||||
main :: IO ()
|
||||
main = pure ()
|
||||
Reference in New Issue
Block a user