Submit a task

This commit is contained in:
Bel LaPointe
2019-11-13 13:17:56 -07:00
parent ee77d9d3b7
commit cf1fd1dfed
13 changed files with 259 additions and 49 deletions

View File

@@ -23,7 +23,7 @@ func (s *Server) Routes() error {
handler: s.phpProxy,
},
{
path: fmt.Sprintf("/ajax.php"),
path: fmt.Sprintf("ajax.php"),
handler: s.HandleAjax,
},
}