This commit is contained in:
Aritra Banik
2024-03-10 14:18:51 +05:30
parent efb92d259e
commit e929323f1f
4 changed files with 38 additions and 23 deletions

11
src/admin.nim Normal file
View 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")