072
This commit is contained in:
11
src/admin.nim
Normal file
11
src/admin.nim
Normal file
@@ -0,0 +1,11 @@
|
||||
import
|
||||
mike,
|
||||
nimja
|
||||
|
||||
proc admin*(ctx: Context): string=
|
||||
|
||||
# var ctx: Context # Replace YourContextType with the actual type of ctx
|
||||
|
||||
# ctx.send "Namaste! I am Mike, your personal assistant. How can I help you today?"
|
||||
|
||||
compileTemplateFile(getScriptDir() / "a3a" / "admin" / "index.html")
|
||||
Reference in New Issue
Block a user