* Fix function name.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* @version 1
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
class repoEntry extends baseEntry
|
||||
class gitlabWebhookEntry extends baseEntry
|
||||
{
|
||||
|
||||
/**
|
||||
+1
-1
@@ -89,6 +89,6 @@ $routes['/z/folders/:id'] = 'zfolder';
|
||||
$routes['/z/files/:id'] = 'zfile';
|
||||
$routes['/z/files/:id/content'] = 'zfileContent';
|
||||
|
||||
$routes['/gitlab/webhook'] = 'repo';
|
||||
$routes['/gitlab/webhook'] = 'gitlabWebhook';
|
||||
|
||||
$config->routes = $routes;
|
||||
|
||||
Reference in New Issue
Block a user