30313233343536
/** * Configure common Guice bindings. */ @Override protected void configure() { install(new AuthModule()); }