File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ export default class ForeignInlineListPlugin extends AdminForthPlugin {
2727 }
2828
2929 setupEndpoints ( server : IHttpServer ) {
30- console . log ( "Setting up endpoints for plugin" , this . pluginInstanceId ) ;
3130 server . endpoint ( {
3231 method : 'POST' ,
3332 path : `/plugin/${ this . pluginInstanceId } /get_default_filters` ,
@@ -162,12 +161,6 @@ export default class ForeignInlineListPlugin extends AdminForthPlugin {
162161 if ( plugin . modifyResourceConfig ) {
163162 await plugin . modifyResourceConfig ( adminforth , this . copyOfForeignResource ) ;
164163 }
165- if ( plugin . setupEndpoints ) {
166- await plugin . setupEndpoints ( adminforth . express ) ;
167- }
168- if ( plugin . validateConfigAfterDiscover ) {
169- await plugin . validateConfigAfterDiscover ( adminforth , this . copyOfForeignResource ) ;
170- }
171164 }
172165
173166
You can’t perform that action at this time.
0 commit comments