Skip to content

Commit

Permalink
Start a migration handler
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Apr 4, 2023
1 parent 7c948ad commit e137907
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package net.i2p.router.web.helpers;

import net.i2p.router.web.HelperBase;

public class JettyMigrationHelper extends HelperBase{
public static final String PROP_COMPLETE = "routerconsole.jettyMigrationComplete";
public void complete() {
_context.router().saveConfig(PROP_COMPLETE, "true");
}
}

0 comments on commit e137907

Please sign in to comment.