* Fix function name.

This commit is contained in:
xiawenlong
2021-11-15 19:27:43 +08:00
parent cf7ed682f0
commit f1de062231
2 changed files with 2 additions and 2 deletions
@@ -9,7 +9,7 @@
* @version 1
* @link http://www.zentao.net
*/
class repoEntry extends baseEntry
class gitlabWebhookEntry extends baseEntry
{
/**
+1 -1
View File
@@ -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;