From 245487ad7ffab6643360f0f87a72ca3710c4a7e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Tue, 28 Feb 2023 01:59:38 +0100 Subject: [PATCH] fix(registerApiRoutes): newname --- SeacmsAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SeacmsAuth.php b/SeacmsAuth.php index 259e391..021851b 100644 --- a/SeacmsAuth.php +++ b/SeacmsAuth.php @@ -20,7 +20,7 @@ class SeacmsAuth extends AbstractPicoPlugin implements ApiAware * return api routes * @return array */ - public function registerOnPageRenderedApiRoutes():array + public function registerApiRoutes():array { return [ 'GET login/isConnected' => 'apiIsConnected',