File tree Expand file tree Collapse file tree
src/main/java/dev/zenith/web Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33import com .zenith .plugin .api .Plugin ;
44import com .zenith .plugin .api .PluginAPI ;
55import com .zenith .plugin .api .ZenithProxyPlugin ;
6+ import dev .zenith .web .api .WebServer ;
67import dev .zenith .web .command .WebAPICommand ;
78import net .kyori .adventure .text .logger .slf4j .ComponentLogger ;
89
Original file line number Diff line number Diff line change 1- package dev .zenith .web ;
1+ package dev .zenith .web . api ;
22
33import com .zenith .command .api .CommandContext ;
44import com .zenith .command .api .CommandOutputHelper ;
Original file line number Diff line number Diff line change 1- package dev .zenith .web ;
1+ package dev .zenith .web . api ;
22
33import com .fasterxml .jackson .databind .DeserializationFeature ;
44import com .zenith .Globals ;
55import com .zenith .command .api .CommandContext ;
66import com .zenith .discord .EmbedSerializer ;
77import com .zenith .util .ComponentSerializer ;
8- import dev .zenith .web .model .AuthErrorResponse ;
9- import dev .zenith .web .model .CommandRequest ;
10- import dev .zenith .web .model .CommandResponse ;
8+ import dev .zenith .web .api . model .AuthErrorResponse ;
9+ import dev .zenith .web .api . model .CommandRequest ;
10+ import dev .zenith .web .api . model .CommandResponse ;
1111import io .javalin .Javalin ;
1212import io .javalin .http .util .NaiveRateLimit ;
1313import io .javalin .json .JavalinJackson ;
Original file line number Diff line number Diff line change 1- package dev .zenith .web .model ;
1+ package dev .zenith .web .api . model ;
22
33public record AuthErrorResponse (
44 String reason
Original file line number Diff line number Diff line change 1- package dev .zenith .web .model ;
1+ package dev .zenith .web .api . model ;
22
33public record CommandRequest (
44 String command
Original file line number Diff line number Diff line change 1- package dev .zenith .web .model ;
1+ package dev .zenith .web .api . model ;
22
33import java .util .List ;
44
You can’t perform that action at this time.
0 commit comments