|
@@ -135,13 +135,6 @@ func (m *Main) Run() error {
|
|
|
|
|
|
e := echo.New()
|
|
|
|
|
|
- //e.GET("/chatbot/:personality", personalityHandler)
|
|
|
- // r.HandleFunc("/chatbot/{personality}", personalityHandler)
|
|
|
- // http.Handle("/", r)
|
|
|
-
|
|
|
- // fmt.Printf(" [*] %s ... Awaiting Conversations on port %d\n", m.BotName, m.Port)
|
|
|
-
|
|
|
- // http.ListenAndServe(fmt.Sprintf(":%d", m.Port), nil)
|
|
|
var contentHandler = echo.WrapHandler(http.FileServer(http.FS(web)))
|
|
|
var contentRewrite = middleware.Rewrite(map[string]string{"/*": "/web/$1"})
|
|
|
|