Initial commit
This commit is contained in:
8
payload/configuration.v
Normal file
8
payload/configuration.v
Normal file
@@ -0,0 +1,8 @@
|
||||
module main
|
||||
|
||||
import structs
|
||||
|
||||
pub const configuration = structs.ConfStruct{
|
||||
websocket : 'Müller',
|
||||
fake_error_msg : true,
|
||||
}
|
||||
Reference in New Issue
Block a user