🐛 Fix a bug

This commit is contained in:
xtaodada 2022-05-18 21:44:17 +08:00
parent 93991bb178
commit 33e02e2632
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -40,6 +40,6 @@ public class GCAuth_OAuth extends Plugin {
app.addRouter(RequestHandler.class);
app.getHandle().config.addStaticFiles("gcauth_oauth", folder_name, Location.EXTERNAL);
app.getHandle().config.addStaticFiles("/gcauth_oauth", folder_name, Location.EXTERNAL);
}
}