✏️ Testing out directories

This commit is contained in:
2022-03-29 16:46:32 -07:00
parent 362fd51de0
commit 49904c158c

View File

@@ -56,11 +56,11 @@ export default class ApiService extends Service {
}, },
{ {
path: "/userdata", path: "/userdata",
use: [ApiGateway.serveStatic("userdata")], use: [ApiGateway.serveStatic("/userdata")],
}, },
{ {
path: "/comics", path: "/comics",
use: [ApiGateway.serveStatic("comics")], use: [ApiGateway.serveStatic("/comics")],
}, },
{ {
path: "/logs", path: "/logs",