Submit a task
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user