initialize

This commit is contained in:
2025-08-09 14:31:59 -06:00
commit 33ccb7e3eb
31 changed files with 2399 additions and 0 deletions

8
example.luau Normal file
View File

@@ -0,0 +1,8 @@
local Moana = require("src")
local Instance = Moana.init()
local APIFolder = Instance:registerFolder("api", "/api")
APIFolder:registerEndpoint("thing", {})
APIFolder:registerFolder("specific")
APIFolder:unregisterEndpoint("thing")