Skip to content

Commit 528d764

Browse files
committed
Whoops i forgot to update STUFF_FOLDER
1 parent 5ba2717 commit 528d764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/net/cakeyfox/marisastuff/MarisaStuffServerInstance.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class MarisaStuffServerInstance(
2626
config: ServerConfig
2727
) {
2828
companion object {
29-
private const val STUFF_FOLDER = "C:\\Users\\WinG4merBR\\Downloads"
29+
private const val STUFF_FOLDER = "/opt/marisa-stuff"
3030
}
3131

3232
private val server = embeddedServer(Netty, port = config.port) {

0 commit comments

Comments
 (0)