mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
CE-1887 expose to reset additional endpointGroups / javalinRoutes
This commit is contained in:
@ -1955,4 +1955,16 @@ public class QJavalinImplementation
|
||||
}
|
||||
endpointGroups.add(routes);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
** if restarting this class, and you want to re-run addJavalinRoutes, but
|
||||
** not create duplicates, well, you might want to call this method!
|
||||
***************************************************************************/
|
||||
public void clearJavalinRoutes()
|
||||
{
|
||||
endpointGroups = null;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user